Event.Complete of FileReference Class

Hi there,

i am currently programming an as3 uploader and i’ve just run into a pretty annoying issue.
It seems that there is a bug in the Mac Flash Player which causes the dispatch of the FileReference’s ‘Event.Complete’ to fail. It all works fine on windows.

I managed to get around this problem by checking the completion of the upload with the ‘ProgressEvent’, but stupidly enough this will on work with files larger than approx. 100kb. Otherwise the ProgressEvent won’t be dispatched and I would not be able to check whether an upload is done.

Has anyone any suggestions how one could solve this problem? Any workarounds?