Changes between Version 7 and Version 8 of Ticket #2732
- Timestamp:
- 07/24/12 09:35:09 (22 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2732 – Description
v7 v8 23 23 upload and then a delayed association. Whenver a user creates a resource they 24 24 either upload a file now, or see previously uploaded files. 25 26 ? Can we do the upload asynchronously and then associated uploaded key with the 27 resource before the save ? What happens if the user tries to submit before asymc upload finishes ? Should we delay them? 28 25 26 {{{ 27 Can we do the upload asynchronously and then associated uploaded key with the resource before the save ? What happens if the user tries to submit before asymc upload finishes ? Should we delay them? 28 }}} 29 29 30 The upload workflow should look like... 30 31