Numerous Multi upload freezes JS (twice)
See original GitHub issueWhen doing a large upload in terms of how many files you are uploading at once, at two point during the process the browser “hangs”. Scrolling works, but forms and JavaScript do not:
- Pressing upload (before prepare starts).
- Starting first XHR upload (after prepare is done).
This behaviour is always present, even when not needing to prepare (S3 presign). You can try it on https://uppy.io/. I simply downloaded the first 100 pictures from unsplash and tried to upload them.
[Uppy] [16:10:52] uploading 1 of 100
[Uppy] [16:11:05] uploading 100 of 100
Inbetween these two timestamps, visually nothing happens, and all interaction except for scrolling is blocked.
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
javascript - Dropzone.js - uploading only 1 file multiple times ...
On further troubleshooting, I found the solution to this problem is considerably simple: paramName: 'file[]'. instead of paramName: 'file'.
Read more >How You Can Fix The Biggest Problem With React File Upload
This step is crucial in view of uploading files because you must set the content type to multipart/form-data, or else it won't run...
Read more >Add Image hangs/fails after file upload - WordPress.org
I have configured an image upload field for a “Participant Log” so I can add multiple images to each entry. When I attempt...
Read more >Multi-File Uploads and Multiple Selects - Raymond Camden
I have fixed this issue by using same class in both file input and created filereader object using that common class. example: <input...
Read more >Hi. If I click on my reference files, the power-draft freezes up
or possibly my mouse has a fault so that when I double click, the mouse is sending multiple clicks to the program, although...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi! Thanks for reporting, I’ll investigate and get back to you.
Here’s a proposed fix that I think is related 👌https://github.com/transloadit/uppy/pull/796