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

documentation - demo suggestion #59

Open ex4p opened 8 years ago

ex4p commented 8 years ago

I've been looking at filedrop for some time but I couldn't get it to work for IE11.

Turns out its not a filedrop problem but will be a common non-functioning problem for many.

Even with the HTML5 doctype, IT managed company's IE11 browsers will not work because they are set internally to emulate IE8 for legacy systems. In order to get filedrop.js to work with IE11 inside of an IT managed company, the developer needs to use:

< meta http-equiv="X-UA-Compatible" content="IE=edge" >

People, like me, may try your demos, find they don't work with IE11 and move on. You might want to put this in your demos.

Regards.