We have an ASP.NET MVC3 web application. We generate HTML5 pages.
And now, we would like the dragged & dropped content (images, word documents…) into the HTML5 page to be sent to the Web Server and then processed (content and MIME type) in C#.
How can this be solved?
They are a lot of tutorial or library that do it with HTML5. Here is one that combine HTML5 and JQuery to upload file to the server with drag-and-drop.
http://gokercebeci.com/dev/droparea
Example of code that you will need to generate from the ASP page.