Cartesius00
Cartesius00

Reputation: 24384

Upload drag&dropped file with HTML5/jQuery

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.

Upvotes: 0

Views: 2147

Answers (1)

Related Questions