Dragging items into a browser is pretty well documented, and HTML5 makes this easier.
However, I'm wondering if and how it's possible to drag 'n' drop out of a browser.
In this scenario, you'd have a webpage element (eg. an anchor) that the user would click & drag OUT of the browser onto a drop target, and the browser would send the linked object (eg. an href'd file) directly to the drop target instead of starting the usual download.
Does anyone know if this is possible?