jaysalvat / ezdz

A jQuery plugin to turn any standard input type file into a nice drag & drop zone with validators and previews.
MIT License
89 stars 36 forks source link

Compatibility with Microsoft EDGE #21

Closed cedriccharles4 closed 7 years ago

cedriccharles4 commented 7 years ago

Hi :) !

Thank you for this great script :) !

My client is using EDGE and telling me the drag-and-drop is not working... Is it possible to fix that or not ? Thank you in advance an wish you a happy new year !

jaysalvat commented 7 years ago

Hello @cedriccharles4

No sorry. IE doesn't allow native drag/drop file on an input type. Just the 'click' option works.

cedriccharles4 commented 7 years ago

And there is no way to add (with an other script?) the drag/drop ?

jaysalvat commented 7 years ago

It might be possible using the Drag/Drop HTML Api. I have no plan to add it only for IE. Sorry.