RE: [flexcoders] FileReference.upload() on FireFox not firing uploadCompleteData event

2008-09-04 Thread Battershall, Jeff
suggestions appreciated. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Battershall, Jeff Sent: Wednesday, September 03, 2008 4:02 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] FileReference.upload() on FireFox not firing

Re: [flexcoders] FileReference.upload() on FireFox not firing uploadCompleteData event

2008-09-04 Thread Simon Bailey
@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Battershall, Jeff Sent: Wednesday, September 03, 2008 4:02 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] FileReference.upload() on FireFox not firing uploadCompleteData event That about says it all. I've got an https post going with a file

RE: [flexcoders] FileReference.upload() on FireFox not firing uploadCompleteData event

2008-09-04 Thread Battershall, Jeff
Subject: [flexcoders] FileReference.upload() on FireFox not firing uploadCompleteData event That about says it all. I've got an https post going with a file upload and I'm listening for uploadCompleteData to retrieve the data from the response

Re: [flexcoders] FileReference.upload() on FireFox not firing uploadCompleteData event

2008-09-04 Thread Simon Bailey
-Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Battershall, Jeff Sent: Wednesday, September 03, 2008 4:02 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] FileReference.upload() on FireFox not firing uploadCompleteData event That about says

RE: [flexcoders] FileReference.upload() on FireFox not firing uploadCompleteData event

2008-09-04 Thread Battershall, Jeff
Of Simon Bailey Sent: Thursday, September 04, 2008 9:27 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] FileReference.upload() on FireFox not firing uploadCompleteData event I feel you frustration, I was at my wits end and hate unresolved issues

[flexcoders] FileReference.upload() on FireFox not firing uploadCompleteData event

2008-09-03 Thread Battershall, Jeff
That about says it all. I've got an https post going with a file upload and I'm listening for uploadCompleteData to retrieve the data from the response - but the event isn't firing on FireFox. IE is fine. I don't have any issues with this on IIS, but on Apache, I'm not getting the event back