Opened 10 years ago
Closed 5 years ago
#13452 closed enhancement (patchwelcome)
Uploader.onProgress doesn't distinguish between concurrent uploads
Reported by: | Yasir Assam | Owned by: | dylan |
---|---|---|---|
Priority: | high | Milestone: | 1.11 |
Component: | DojoX Uploader | Version: | 1.6.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Using the HTML5 plugin, you can start a second upload while the first upload is still in-flight. If you do so, the inProgress event doesn't distinguish between the 2 uploads.
Would it be possible for each upload to have its own ID, which would be passed to the the various events (onChange, onBegin etc.)?
Change History (2)
comment:1 Changed 5 years ago by
Owner: | changed from Mike Wilcox to dylan |
---|---|
Status: | new → assigned |
comment:2 Changed 5 years ago by
Milestone: | tbd → 1.11 |
---|---|
Resolution: | → patchwelcome |
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Definitely possible. Given that no one has addressed this in 4 years, and we're trying to make our tickets manageable, I'm going to mark this as patchwelcome. If you want to create a pull request via github following the guidelines at https://github.com/dojo/dojo/blob/master/CONTRIBUTING.md , we'll review and land it.