rmarren1 / dash-resumable-upload

Multiple simultaneous, stable, resumable large file uploads for Dash using resumable.js
MIT License
47 stars 11 forks source link

Uploading multiple files #3

Open dinkovv opened 6 years ago

dinkovv commented 6 years ago

Hi,

Is it possible to upload multiple files at once? I have set the maxFiles option to 10 and progress freezes at 99% regardless of the number of files I try to upload. Switching back to maxFiles = 1 works fine for one file. Here is the output I get:

husince commented 5 years ago

I didn't meet that problem. You may need to check your 'uploads' folder. If you have uploaded one file, the percentage counting will be less than 100% but all the files have been uploaded. You can also try to use ctrl+F5 to force cleaning the browser cache and try again.