I'm trying to track the progress of a file
upload in AS3, and I'm getting strange behavior. When I select a file and
upload it, the progress is instantaneously 100% even if the file is 10 or more megabytes, but it's not finished. The onComplete event is fired about 30 second to a few minutes later
…