When the file is uploaded with standardsubmit set to false (the default) the file uploads, but then a javascript error crashes it because it cannot parse the reply - it's expecting a JSON response.
When set to true, it works, but you cannot alter the target (or if you can, I can't find out how), which is something I need to do, I need it to upload to an invisible iframe to prevent the page posting back.
Is there some way to get it to ignore the response or accept a normal http response? I am not convinced submitting a form even gives you a response. I just want to run code once the file is uploaded.
Anyone have any ideas? The error is basically within the library itself, trying to parse a json response but the response is an empty string so it errors.