Hello, how are you guys? I'm developing a file upload feature in our application, and i'm getting the IOErrorEvent #2038 in some machines. Well, in the machine that we are getting this problem, it works in IE but in the other browsers it doesn't work. I've researched a lot, and i created even a thread in Adobe forums but i can't solve this problem.
I created a crossdomain file as follows: <?xml version="1.0"?> <cross-domain-policy> <allow-access-from domain="*" /> <allow-access-from domain="*" secure="false"/> <allow-access-from domain="*" to-ports="*"/> <allow-http-request-headers-from domain="*" headers="*" secure="false"/> </cross-domain-policy> I also defined the "allowNetworking" parameter to "all" just like the http://help.adobe.com/en_US/ActionScript/3.0_ProgrammingAS3/WS1EFE2EDA-026D-4d14-864E-79DFD56F87C6.htmlshows. My upload is being done through the HTTP protocol, so it isn't the HTTPS issue common found on the internet. I'm using Java as the backend with BlazeDS. Hope someone here can help me, regards. -- Fernando Geraldo Mantoan Zend PHP5 Certified Engineer Zend Framework Certified Engineer http://fernandomantoan.com -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/flex_india?hl=en.

