We have Dropzone successfully set up in our browser application and it works great! However, we are trying find a way to drag and drop emails from MS Outlook and we have not had any success. Is there a way to do this?
Asked
Active
Viewed 3,491 times
1 Answers
3
You cannot do that unless you override the IDropTarget interface of the browser. See Upload fails when user drags and drops attachment from email client

Community
- 1
- 1

Dmitry Streblechenko
- 62,942
- 4
- 53
- 78
-
I have an Outlook `.msg` file on windows desktop, and even setting `aceptedFiles: "application/vnd.ms-outlook"` it won't accept this file. is there any workaround ? – armen Dec 21 '20 at 10:03