[jQuery] Working with cross-domain iframe

[jQuery] Working with cross-domain iframe


I'm using http://valums.com/ajax-upload/ plugin to upload a file to
another domain
It works fine, but i cannot parse domain's response. Plugin makes a
hidden iframe with entered data, and submit it.
I get response from site, 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.