JeremyFagis / dropify

Override your input files with style — Demo here : http://jeremyfagis.github.io/dropify
MIT License
974 stars 399 forks source link

hi, the drop and drag feature does not work on IE #87

Open ziyiwang opened 6 years ago

ziyiwang commented 6 years ago

hi, the drop and drag feature does not work on IE

IE defaults to open a file inside browser

Majusek commented 6 years ago

Hi,

do you resolve the problem on IE?

Best regards

anselmoalexandre commented 6 years ago

Not yet mate. Still want it to work but, its not working still. Have you some ideias?

On Fri, Jun 1, 2018 at 3:34 AM, Majusek notifications@github.com wrote:

Hi,

do you resolve the problem?

Best regards

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/JeremyFagis/dropify/issues/87#issuecomment-393841924, or mute the thread https://github.com/notifications/unsubscribe-auth/AMcTDppNHhKjRf6KB4NSVwD5WvRGOVz5ks5t4RirgaJpZM4T5VhD .

Majusek commented 6 years ago

No, but I seen another problem, button "remove" doesn't work too.

Do you have the same problem with this button?

anselmoalexandre commented 6 years ago

No, for me the remover button works just fine. Check the docs

On Sun, Jun 3, 2018 at 3:15 PM, Majusek notifications@github.com wrote:

No, but I seen another problem, button "remove" doesn't work too.

Do you have the same problem with this button?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/JeremyFagis/dropify/issues/87#issuecomment-394195895, or mute the thread https://github.com/notifications/unsubscribe-auth/AMcTDkrXikHCNfdLIz2hxVzvaR1WSJ8nks5t5F_3gaJpZM4T5VhD .

The4thLaw commented 5 years ago

This seems to be because Dropify is "just" an overlay over a regular input element, and IE doesn't support drag-and-dropping on file inputs to set their value. With the current architecture, it will never work on IE.

The fact that the library doesn't work on IE could be a design choice (it's up to the author), but I think it should be documented in the README.