MrSwitch/dropfile

jquery demo does not work with ie

Closed this issue · 1 comments

xrmx commented

Hi there,

the jquery demo needs to be updated to ignore also the dragenter event. After adding that the demo still does not work because
both e.files and e.dataTransfer.files are undefined.

xrmx commented

So the trick to have ie working is avoiding to return false on dragover:
https://gist.github.com/1505541

Safari on win is still broken. On safari 5 / os x this article should contain some hints http://www.deadmarshes.com/Blog/20110413023355.html