[flexcoders] How do I read Response after FileReference uploads a file?

2007-03-30 Thread thegators_2002
I am trying to use FileReference to upload a file from the user side to a web page and read the response(xml) that the server returns. I can't figure out how to get the response, however. It doesn't seem to be included in the FileReference object. Is there a way to read the response coming back

RE: [flexcoders] How do I read Response after FileReference uploads a file?

2007-03-30 Thread Merrill, Jason
: Friday, March 30, 2007 11:36 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] How do I read Response after FileReference uploads a file? I am trying to use FileReference to upload a file from the user side to a web page and read the response

RE: [flexcoders] How do I read Response after FileReference uploads a file?

2007-03-30 Thread Grant Davies
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of thegators_2002 Sent: Friday, March 30, 2007 11:36 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] How do I read Response after FileReference uploads a file? I am trying to use FileReference to upload a file from

RE: [flexcoders] How do I read Response after FileReference uploads a file?

2007-03-30 Thread Merrill, Jason
Subject: [flexcoders] How do I read Response after FileReference uploads a file? I am trying to use FileReference to upload a file from the user side to a web page and read the response(xml) that the server returns. I can't figure out how to get

RE: [flexcoders] How do I read Response after FileReference uploads a file?

2007-03-30 Thread Geoffrey Williams
To: flexcoders@yahoogroups.com Subject: [flexcoders] How do I read Response after FileReference uploads a file? I am trying to use FileReference to upload a file from the user side to a web page and read the response(xml) that the server returns. I can't figure out how to get the response

RE: [flexcoders] How do I read Response after FileReference uploads a file?

2007-03-30 Thread Grant Davies
Of thegators_2002 Sent: Friday, March 30, 2007 11:36 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] How do I read Response after FileReference uploads a file? I am trying to use FileReference to upload a file from the user side to a web page and read the response(xml) that the server returns. I

RE: [flexcoders] How do I read Response after FileReference uploads a file?

2007-03-30 Thread Geoffrey Williams
: [flexcoders] How do I read Response after FileReference uploads a file? Stupid Outlook hotkeys. What I meant to say was: In Flash 8 AS2 it was just: listener_obj.onComplete = function(file:FileReference):Void { } Where file was the complete file object on the result which had all

Re: [flexcoders] How do I read Response after FileReference uploads a file?

2007-03-30 Thread Paul J DeCoursey
, March 30, 2007 11:36 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] How do I read Response after FileReference uploads a file? I am trying to use FileReference to upload a file from the user side to a web page and read the response(xml) that the server returns. I can't figure out