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

IE10 and 11 doesn't seems to handle file bigger than ~200kb #22

Closed synhaptein closed 10 years ago

synhaptein commented 10 years ago

Files bigger than ~200kb are failing after ~1-2 minutes with this error message:

SCRIPT7002: XMLHttpRequest: Network Error 0x2ef3, Could not complete the operation due to error 00002ef3.

It doesn't happen with Chrome or Firefox on the same VM. I'm using the modern.ie VMs for virtualbox on OSX Mavericks.

IE11 Version: 11.0.9600.16438 Update Versions 11.0.1 (KB2888505)

I had the same problem with IE10 on win7, but I didn't do that much tests.

synhaptein commented 10 years ago

it seems like it was the NAT driver in virtualbox not being stable enough for IE11... nothing to do with the librairie I guess!

ProgerXP commented 10 years ago

FileDrop easily handles very big files (10+ MiB) so I see no reason why 200 KiB would be any problem.