Hi guys, we've created an app which uploads files using FileReference. We use the Event.COMPLETE event to send another request to the server to retrieve information about the uploaded file (e.g. thumbnail).
This works great on Windows/Mac - however, we have a problem on Linux. It seems the Event.COMPLETE event is sent before the data returns from the server on the Linux flashplayer (maybe it sends the event when it's finished uploading the data?). Reading the docs the event shouldn't be sent before a HTTP 200 is sent from the server. Just as a test I tried using flash.events.DataEvent.UPLOAD_COMPLETE_DATAinstead, that still worked fine on Windows, but it actually crashed Firefox on Linux. Is this a known problem? Bjørn -- ======================== http://www.juicability.com - flex blog http://www.43min.com - funny movies

