Hi Guys,
i have two servers.
On the one is my website, on the second are the files. (images, videos, zips...).
At the moment i could very easily upload to the other Domain (without swfupload), but there is no progress bar which shows how long the upload would take.
Now i want to use swfupload, but i dont know if its possible to upload to the other domain?
April 24, 2009 - 11:03am
There are two solutions to this:
1) Host swfupload.swf on the "other" domain (the one you are uploading to). This should take care of Flash's domain security restrictions.
Your upload.php has to live on the "other" domain. Watch out for issues with cookies that cannot be shared (but I'm sure you've already had to deal with that stuff).
2) or set up a proper crossdomain.xml file. See http://www.adobe.com/devnet/articles/crossdomain_policy_file_spec.html
April 24, 2009 - 3:49pm
Okay, Crossdomain.xml did work. Thx a lot.