How to implement dragging outlook attachment to web browser

1.1k Views Asked by At

I need to implement dragging outlook attachment to web browser, when dropped, I should get some file info, I tried using pure javascript, but not working, Now I have no idea,

thanks

1

There are 1 best solutions below

11
On

You cannot do that directly. See Upload fails when user drags and drops attachment from email client

Saving attachment to the file system is pretty much the only workaround.