Hi There,
I'm working on an AS2 application. One of the functions is upload a file to server (PHP) and grab raw text (XML) from response by listening to OnUploadCompleteData event of a FileReference Object. But I found the event can be correctly triggered, but the parameter data(:String) is always empty. And this only happens on Mac OS (both Safari and Firefox), it works well on Windows.
How can I resolve this problem? Or I need to choose another solution...
Thanks.