On May 19, 2012, at 11:53 AM, saptah wrote:
> One thing though, I'm trying to do an upload of a json file, and I'd like to process this json file 'on the fly' without needing to access the physical file on disk. ¿is this possible?
Are you doing the JSON file upload by having the user pick some existing JSON file off his local drive, or are you generating and POSTing the JSON from your JavaScript code?