hi, the drop and drag feature does not work on IE
hi, the drop and drag feature does not work on IE
IE defaults to open a file inside browser
Hi,
do you resolve the problem on IE?
Best regards
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 [email protected] 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 .
No, but I seen another problem, button "remove" doesn't work too.
Do you have the same problem with this button?
No, for me the remover button works just fine. Check the docs
On Sun, Jun 3, 2018 at 3:15 PM, Majusek [email protected] 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 .
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.