I am using the FileReference class in ActionScript 2.0.
Is there a way that I can receive a response in an XML format from PHP into the onComplete method of the FileReference listener ?
Please let me know if I am clear enough and what are your suggestions.
Basically, what I want to do is upload a file and when the upload is complete, I want to receive an XML format response.