Hello, we are having a strange problem trying to upload files via flex in out app. Our code works fine from Windows FIrefox. But on the mac we are getting an error:
[IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2038: File I/O Error. URL: http://10.250.20.154:8080/ZebraServer/upload/|BAA9BD09-8DA9-6216-6F8C-51A12E439873|"] When running in debug mode the last thing I see is: openHandler triggered Then nothing happens. On the server end (Which is Java) the log does not even show the request hitting it. Anyone have any similar issues? I know there is another Mac and upload issue with the oncomplete event but do not think it is that is the server does not even get my request. Any insight would be great, thanks.

