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?