I am working on a flash downloader where a user can select multiple files.
It works great when files are uploaded to the queue (one at a time), however, as soon as I try to download 2 files at once, I run into problems.
It seems that files are often locked and remain at the 1% level until all other files are downloaded or simply completed. No more than one file is downloaded at a time.
Is there a problem with calling .upload for multiple files at once in Flex?
David source
share