[flexcoders] #2038: File I/O Error only in firefox

2008-06-04 Thread Dennis Falling
I searched the web and the group and found a thread going about this without a resolution (started with msg. 88102). Does anyone know a way around this? I need to allow the user to upload files over SSL, which works fine from IE but explodes in Firefox. Code: var url:String =

Re: [flexcoders] #2038: File I/O Error only in firefox

2008-06-04 Thread Joseph Balderson
Either your file is corrupted, or the path to the file cannot be found, and you've not created an IOError event handler to catch the event. ___ Joseph Balderson | http://joeflash.ca Flex Flash Platform Developer | Abobe

Re: [flexcoders] #2038: File I/O Error only in firefox

2008-06-04 Thread Dennis Falling
It isn't either of those problems. The file is fine, and the path is correct. Internet Explorer successfully uploads the file with no problems. I do have a handler for the error, but need to fix the problem causing the error. On Wed, Jun 4, 2008 at 3:36 PM, Joseph Balderson [EMAIL PROTECTED]