weixiyen / jquery-filedrop

jQuery plugin - drag and drop desktop files and POST to a URL to handle files.
958 stars 285 forks source link

Drag and Drop an URL/Image from other browser tab #152

Open mark-mckee opened 10 years ago

mark-mckee commented 10 years ago

I know how to grab the URL using this piece of code;

var src = event.dataTransfer.getData("Text");

but I am not sure how to implement it into this script. If you could provide some insight or even add it as standard to the script that would be awesome.