Great!  Thanks for all the responses!  It works like a charm.  The
DataEvent object coming back has both a text and a data property that
hold the XML written by Response.Write in the .aspx page.  That's
perfect!  My user can upload an XML file from their local machine, it
goes to my web page and gets parsed, and then the XML is sent to my app.

As a side note, if you cannot find DataEvent.UPLOAD_COMPLETE_DATA,
upgrade to the 2.01 version of FlexBuilder.

Pete



--- In [email protected], "thegators_2002"
<[EMAIL PROTECTED]> wrote:
>
> 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 after a file upload,
> or is this halted by design?
>


Reply via email to