Defect #17559
closedSame file gets Attach at atime with 21 FileUpload fields and other 8 uploading status on waiting.
0%
Description
Hi there,
On our Redmine application when we try to attach the file, after choosing any file to attach the redmine application automatically starts uploading the file with 2 instants and other 8 on weaiting. Also, it creates 21 fileupload field. This is unexpected behavious, we had not made any changes on redmine code.
This problem start occured to be unknown.
I had attached the ScreenShot of issue. Kindly let us know the fix on it.
Keeping it HIGH, as this is creating an issue while uploading large files.
HEY, this is unexpected, I can see same issue on redmine.org website too....!!! ATTACHING SS
Regards,
Amit
Files
Related issues
Updated by Amit Baswa over 10 years ago
Hi there,
Just now checked with other browser. The problem is only with CHROME browser. Other browsers are working fine with attachment funcationality.
Please check if we can do somwthing on this issue.
--Amit
Updated by Zach Auclair over 10 years ago
I am seeing this issue as well; to add another error scenario, I selected 4 files to upload, but only the first 2 actually got uploaded.
Updated by George Gensure over 10 years ago
I have attached a fix for this. The .clone() jquery call is causing a recursive loop through the addInputFiles(this) onchange event handler. This patch disables the onchange handler for the duration of the clone call, restoring it on the cloned element when complete.
Please integrate this into trunk at the earliest possible opportunity.
Updated by Toshi MARUYAMA over 10 years ago
- Status changed from New to Closed
- Resolution set to Duplicate
Duplicate with #17151.
Updated by Toshi MARUYAMA over 10 years ago
- Is duplicate of Defect #17151: File upload broken on Chrome 36 added