After playing with HTML5
I'm still not able to solve this simple task:
Upload the content and MIME type of a drag&dropped text/image to the browser onto server (possibly with jQuery). So, I want to drop the file in the browser windows and let it go to the server (MVC, C#).
Please, how to achieve that? Using FileReader
it's supposed to be easy.