I'd like to set up a cross-domain file upload solution that is IE8 compatible. I've been using blueimp's JQuery File Upload plugin with the iframe transport option.
The upload works well, but I'm not able to get the results of the upload from the server side. The redirect option to a result.html file for parsing seems like the solution, but the problem is that I will not have access to the server hosting the form to deploy an HTML file. In this case, is there any other way to retrieve the results of the upload without deploying an HTML file to the origin server?