I am uploading a file to a server using a multipart URLLoader. I am able to upload the file fine. I have tried to listen to the progress event on the URLLoader but it only fires at the very end of the upload. How do I get the progress event more consistently through the upload?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
||||
|
|
|
Have a progress-bar:
Register a progress event handler:
And handle it:
If your files are small, it is normal to not receive many events. Try with bigger files. |
|||||||||||||||||
|