[osflash] FileReference response

Rákos Attila tenegri at tengerstudio.com
Tue Feb 20 16:52:02 EST 2007


GD> I have the file upload in flash 8 working but wondered if there is
GD> a way to get the server response, we need to send back a short
GD> message stating what we did with the file but and I see my
GD> response in the HTTP request (using charles http proxy) but I
GD> don't seem to be able to see any of that data in flash...

You cannot access the content sent back in response of the upload
request, FileReference allows determining success or failure only. You
have to post another request (LoadVars or XML) to get any information
back from the server concerning the uploaded file.

  Attila




More information about the osflash mailing list