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

http://filedropjs.org/demo/#progress cross browser issue #20

Open stefsolu opened 10 years ago

stefsolu commented 10 years ago

http://filedropjs.org/demo/#progress This example doesn't work on IE 9.0. Is this an issue or FileDrop simply doesn't support for IE 9.0?

ProgerXP commented 10 years ago

Progress events only occur on AJAX uploads; Internet Explorer only supports them since 10 (as seen on the compatibility list right-side) and so progress reporting will only work in IE 10+ as well. There is no way around using JavaScript, if you need it in IE 9 - use Flash or other means (plupload, etc.).