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

Problem with IE9 #23

Closed dinhhoanglong91 closed 10 years ago

dinhhoanglong91 commented 10 years ago

In this page, I find out that FileDrop work with IE9. http://filedropjs.org/ http://filedropjs.org/demo/ "IFrame fallback for legacy agents (IE 6+)" However, I have been trying to use drag/drop with IE9 but It seem don't work. Can you help me? Anw, are there any live demo for FileDrop which working in IE9.

ProgerXP commented 10 years ago

I have been trying to make this obvious and there are still the same questions. Please read again:

Internet Explorer only supports drag & drop since version 10

It's written on top of the main page. "iframe fallback" means that it's possible to upload files by clicking on the drop zone, not dropping files there.