alessiomaffeis / vue-picture-input

Mobile-friendly picture file input component for Vue.js 2-3 with image preview, drag and drop, EXIF orientation, and more

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Drag and drop of URLs

jmaister opened this issue · comments

In my app, I would like to allow users to drag and drop an image from a different webpage.

If I drop an image it shows an error:
image

Would it be possible to fire a different event to process the drop data in a different way ?

There is a sample of what I cant to accomplish: http://jsfiddle.net/kkcMH/7/

I am open to add support for handling images dropped from webpages, as long it doesn't disrupt the current use cases. If you think that is possible, feel free to create a pull request.