Uploading multiple files simultaneously with Flex
Posted
by David
on Stack Overflow
See other posts from Stack Overflow
or by David
Published on 2010-02-03T21:10:13Z
Indexed on
2010/06/07
3:32 UTC
Read the original article
Hit count: 353
I have been working on a flex uploader, where the user can select multiple files.
It works fine when the files are uploaded in a queue (one at a time), however as soon as I try to have it upload 2 files at once I run into issues.
It seems that files will often lock up, and either stay at 1% until every other file is uploaded, or just not complete at all. There is never more than one file uploading at a time.
Is there some issue with calling .upload on multiple files at once in Flex?
© Stack Overflow or respective owner