Metadata
- Source
- FLUID-3900
- Type
- Bug
- Priority
- Major
- Status
- Closed
- Resolution
- Fixed
- Assignee
- Mike Lam
- Reporter
- Mike Lam
- Created
2010-12-14T10:26:06.696-0500 - Updated
2011-02-22T11:45:48.381-0500 - Versions
- N/A
- Fixed Versions
-
- 1.3.1
- Component
-
- Uploader
Description
The uploader stops only after the current file has been completely uploaded. We'll want to fix the code so that the stop button takes immediate effect.
Comments
-
Mike Lam commented
2011-02-22T11:44:58.155-0500 Two strategies were implemented to stop uploading:
1) Flash strategy stops uploading once the current file has been processed
2) All other strategies immediately stop uploading.A comment from Colin Clark's commit:
"Flash waits for the current file to completely in order to avoid a bug in either SWFUpload or (possibly) our Image Gallery demo where the upload process hangs on a previously-stopped file." -
Mike Lam commented
2011-02-22T11:45:48.369-0500 The fix has been committed to the master repository.