Is it possible to perform a file upload using HTML5 and jQuery, without saving the file to disk server side?
Basically, I want to upload a file and process it immediately. I don't want to save it to disk, since there is no need to. It'll add a lot of potentially unnecessary code.
If so, does anyone have an example? I couldn't seem to find an example on Google, so I"m wondering if this is possible or not.
EDIT: I want to upload to the server and process there, without saving. I'm using PHP, with CakePHP