0
votes

I want to make an uploader using flash and PHP server. The problem is that I can't get the progress when uploading. I used the URLLoader class in actionscript 3. I don't use fileReference because I want to upload an image that is encoded from bitmap data. How do I get the progress? P/s: Is there any way to return the uploading file's size from PHP server?

1
It's in the Adobe Bug System. Please, vote for this issue: BUG ID 3044667 - Marcus Fritze

1 Answers

0
votes

.addEventListener(ProgressEvent.PROGRESS, functionName) - should return you the progress