[flexcoders] FileReference.upload

2009-01-30 Thread tchredeemed
Hello, I am using RubyAMF to save information to the database. The FileReference.upload method is causing some issues because logically I would like to pass the File information with other information rather than just using upload(). That being said, is there any way to convert FileReference

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

[flexcoders] FileReference.upload() and SSL

2007-10-16 Thread Richard Rodseth
Tomcat/Struts. Works great over HTTP, fails over HTTPS (all browsers). I'm told I need a crossdomain.xml (haven't until now). Does this ancient article still apply? http://www.onflex.org/ted/2005/11/using-flash-player-under-https-with.php

[flexcoders] FileReference.upload() and IIS 6.0 (Windows Server 2003)

2007-03-31 Thread bsausser
Upload Progresses, then fails at the end of the POST. Flex Error Text: Error #2044: Unhandled IOErrorEvent:. text=Error #2038: File I/O Error. HTTP Sniff Result: (and below) http://www.dendera.com/dir/fr_upload_snif_result.xml Multiple IIS configurations did not change the result. •

Re: [flexcoders] FileReference.upload, URLVariables,uploadDataFieldName not working as expected.

2007-03-05 Thread Ben Marchbanks
What server-side does your server-side script / code look like. Most likely this is where the problem lies. BTW:You can always rename your upload on the server side which is very easy and reliable. -- Ben Marchbanks ::: alQemy ::: transforming information into intelligence

[flexcoders] FileReference.upload, URLVariables,uploadDataFieldName not working as expected.

2007-03-03 Thread w4kpm
I know I'm probably just doing something wrong - I'm a Noob w/ flex. I'm using FileReference.upload to upload a file to a server and it's uploading the file OK, but some of the 'options' are not working for me. For example I'm trying to use the uploadDataFieldName parameter to change the