I've to send a file to my server using jQuery. How can I do it using JSON?
The file type is not important, I intend to receive a byteArray or something like that on my server application.
If it helps I'm using an ASP.NET application, but my problem is not the way I handle that on server side, the issue is how to send the file data using jQuery.
I've found some upload plugins for jQuery that use a Flash file, others that do not use Flash, but what I really want to know is how the process works, not just use something already created by someone!