I have implemented an upload area for drag n drop. Everything works well if I drag and drop from a file browser, but when I try to drag and drop from an email client such as Outlook, then the compoment on the client side does not pass any events down to the server.
Hey thanks for the heads up on that. Good info. It just seems silly we can’t hear the drop event on an HTML 5 component when it is coming from Outlook or probably other email clients as well. It is weird because the mouse changes states when you drag the item to the HTML5 component.
After searching in the web this seems to be a big deal/issue. I have a gut feeling that the component can listen to the drop event but it is filtering it. If anybody else has any ideas on how to be able to handle this from the component I would greatly appreciate it.
I’m sorry to re-open this ancient post, but nowadays there is DragDrop.
This is an Add-in that supports Outlook 2007 and up.
I use it very often and it is such a handy and powerful tool.