Drag and Drop file upload in Silverlight 4?
Posted
by Parvenu74
on Stack Overflow
See other posts from Stack Overflow
or by Parvenu74
Published on 2010-05-08T12:17:58Z
Indexed on
2010/05/09
13:08 UTC
Read the original article
Hit count: 458
I'm working on re-writing a WinForms application into Silverlight. One use case in the WinForms app allows users to drag TIFF images (of faxes) from Outlook directly onto an "attach an image or fax to this case" control in the WinForms app. Is there a Silverlight 4 control which allows for the same functionality? It's important to realize that saving the file to the local filesystem and then selecting and uploading the file with a standard upload control will not meet the business requirements as outlined in the project.
© Stack Overflow or respective owner