How do upload progress
How to upload a ByteArray and show progress?
Note: not the progress of the response from the server but sending the ByteArray.
Note: Adobe Flash CS5 (my project is "web")
I'm converting a MovieClip with jpegencoder (bytearray) to sent to a server with "URLLoader", the problem is that the progress of the URLLoader is just the response from the server and not sending.
How to make a progress of "send"?
