RE: [flexcoders] FileReference's DataEvent.UPLOAD_COMPLETE_DATA event being dropped randomly

2008-10-07 Thread Battershall, Jeff
Charlie, I spent a lot of time on this. In my case it was only when using FireFox and when HTTPs was being used. Basically the long requests time out - it is upload file size dependent. What I ended up doing is listening for the COMPLETE event and then round-tripping to the server to

Re: [flexcoders] FileReference's DataEvent.UPLOAD_COMPLETE_DATA event being dropped randomly

2008-10-07 Thread Charlie Hubbard
Thanks Jeff. That just might work for what I'm doing. What a pain in the ass, but your suggestion is pragmatic. I'm sure others have encountered this problem. Any explanation about why Flex/Flash is not upholding it's end of the bargain? Is it just a simple issue of Flash's URLRequest timing

RE: [flexcoders] FileReference's DataEvent.UPLOAD_COMPLETE_DATA event being dropped randomly

2008-10-07 Thread Battershall, Jeff
Subject: Re: [flexcoders] FileReference's DataEvent.UPLOAD_COMPLETE_DATA event being dropped randomly Thanks Jeff. That just might work for what I'm doing. What a pain in the ass, but your suggestion is pragmatic. I'm sure others have encountered this problem. Any explanation about why