Hi,
I have a simple form with some text inputs and a file input. I do not send it directly with a post, but I read each value of the text inputs with jQuery, compose a $.post request and send it to the server.
How can I do the same with a file <input type = "file" />
? I mean, sending it via ajax to a ASP.NET MVC page?
Thanks in advance