'Drag file from your site to another site
I need to drag a file (img, pdf, word, etc.) from my site to another website.
I have experimented with vanilla javascript's dataTransfer but it does not seem to support this behaviour. At best I managed to get it to drag some text into Windows Explorer. But what I really need is to be able to drag a file from my site into another tab or browser and then drop it into the target site's drop zone.
Is this even possible?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
