I have an application which uses draggable and droppable jquery calls, essentially taking elements and putting them in buckets. That's fine, it works great. BUT, my customer has a requirement to take one of these elements and drop it OFF the browser, into notepad or word.
In a vanilla browser, if you drag an image off browser, you'll drop a relevant URL (if the image is clickable, the url of the A, or if not clickable, the source URL of the image). I need to retain this functionality with my draggable / droppable features. But I can't figure out how this is done. Currently, I can drag/drop normally within my container, but once I drag off browser, I get nothing. No url, nothing.
Anyone have an idea on this one?