Opened 11 years ago
Closed 11 years ago
#10215 closed defect (fixed)
File Uploader - onProgress bug
Reported by: | Mike Wilcox | Owned by: | Mike Wilcox |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | DojoX Form | Version: | 1.4.0b |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Small files do not show progress, even if (and especially if) there are many small files.
Note: See
TracTickets for help on using
tickets.
(In [20770]) Fixes #10216, #10215 - Refactored code so its much prettier. Changes include better memory mamangement - not attaching listeners until actual upload and detaching them when done. Deferred uploading is required now to enforce sending only ne (or more) files at a time but not all. onProgree fires onComplete now which fixes the problem of it never firing when uploading small files.