ProgerXP / FileDrop

Self-contained cross-browser pure JavaScript class for Drag & Drop and AJAX (multi) file upload.
filedropjs.org
The Unlicense
264 stars 61 forks source link

Duplicate file upload over large files #56

Open mehrbat opened 8 years ago

mehrbat commented 8 years ago

hi there,

I upload large files using Filedrop, some of them are like 100MB. I can actually zip them and my app layer can unzip and import the files, but the problem is, this process takes long, sometimes 30min or close to an 1hr when I notice that the file(s) are uploaded again to the server.

Am using Chrome, but I assume this is a feature in Filedrop to repeat the upload when the request times out? Can anyone help please?