[jQuery] Cross-site ajax file uploading
I'm using http://valums.com/ajax-upload/ plugin to upload a file to
another domain
It works fine, but i cannot get domain's response. Plugin makes an
hidden iframe with entered data, and submit it. I get response from
domain, but cannot parse it due to 'security reasons'
All i want is to get link to uploaded file, its stored on iframe, i
see it, but dont know how can i get it.
I have tried to:
$('iframe#ValumsAjaxUpload0').contents().find("body").hide();
or $('body', 'iframe#ValumsAjaxUpload0').hide();
But got JS error: "Permission denied to get property
HTMLDocument.nodeType" in Firebug