On 11/22/05, Claus Wahlers <[EMAIL PROTECTED]> wrote: > thanks ryan and don for your help! > i need to upload a binary file from a local flash 8 app to a 3rd party > server (webservice, fixed api, takes a mix of post/get data and > returns xml) so i guess i'm at a dead end here.. >
You could have a proxy script on your own server, so it goes like: flash file upload -> php on your server -> remote webservice then either have your php file try the httperror trick, or just save the xml to disk/db, and have the flash make a second request to your server to retrieve the xml. -David R _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

