Feature #3957
closedAjax file upload with progress bar
0%
Description
An Ajax File Upload module with progress bar for large file upload should be a great feature, since we need to upload large release files.
Files
Related issues
Updated by Dave Lowndes over 14 years ago
+1
A file repository for (software) project management tool can expect large files (design mockups, release archives) so something other than the scary browser "loading" for 15mins while a large file uploads would be ideal.
Updated by Etienne Massip over 12 years ago
- Target version set to Candidate for next major release
Updated by Jean-Philippe Lang almost 12 years ago
- Subject changed from Ajax File Upload Module for Large File Upload to Ajax file upload with progress bar
- Category changed from UI to Attachments
- Target version changed from Candidate for next major release to 2.3.0
Updated by Etienne Massip almost 12 years ago
This feature has been implemented and merged into trunk with r10977 but would require some feedback from the community if you can to make sure it doesn't break with some browser versions we've not been able to test with.
Thanks for your time if you can!
Updated by Daniel Felix almost 12 years ago
- File ajaxUploadDefect.png ajaxUploadDefect.png added
Hi Etienne,
I just tested r10989 with Internet Explorer 9.0.8 Update 9.0.11.
In my upload, I haven't seen any Ajax-Upload mechanismn. The preview of my attachment hasn't displayed any image. The same after submitting this attachment (See Screenshot).
// EDIT
I tried this again with some 12 MB Upload Files, but there wasn't any Progressbar, just the loading Symbol from IE itself.
Updated by Etienne Massip almost 12 years ago
Daniel Felix wrote:
Hi Etienne,
I just tested r10989 with Internet Explorer 9.0.8 Update 9.0.11.
In my upload, I haven't seen any Ajax-Upload mechanismn. The preview of my attachment hasn't displayed any image. The same after submitting this attachment (See Screenshot).
// EDIT
I tried this again with some 12 MB Upload Files, but there wasn't any Progressbar, just the loading Symbol from IE itself.
There is an issue since few days on trunk with preview which doesn't show when creating a new issue but it's not related to this feature implementation.
I think I forgot to mention some important precision: it won't work with IE8 or IE9 because these browsers do not support the File API, so Redmine degrades gracefully to the standard upload-on-submit behavior in this case =)
IE10 should support it but unfortunately I don't have any IE10 to test :|
Thank you for testing anyway !
Updated by Jean-Philippe Lang almost 12 years ago
- Status changed from New to Closed
- Resolution set to Fixed
Ajax upload tested OK with IE10.0.
Updated by Go MAEDA over 9 years ago
- Related to Defect #9383: Allow manage attachment(s) before submit added
Updated by Go MAEDA over 9 years ago
- Related to deleted (Defect #9383: Allow manage attachment(s) before submit)
Updated by Go MAEDA over 9 years ago
- Related to Feature #9086: Show attachments when in edit/preview mode added
Updated by Go MAEDA almost 9 years ago
- Has duplicate Feature #12337: Add async file upload support added
Updated by Go MAEDA over 8 years ago
- Related to Defect #16111: Redmine should accept changes to an issue even when an error prevents an attachment upload added
Updated by Go MAEDA over 8 years ago
- Related to Feature #6337: Cancel Upload a file of the list - Files Section added