Flex 3 multiple upload progress monitoring

Posted by Darko Z on Stack Overflow See other posts from Stack Overflow or by Darko Z
Published on 2009-09-20T21:06:08Z Indexed on 2010/03/26 5:13 UTC
Read the original article Hit count: 231

I have a Flex3 application which has to be capable of uploading multiple files and monitoring each files individual progress using a label NOT a progress bar.

My problem is that a generic progress handler for the uploads has no way (that I know of) of indicating WHICH upload it is that is progressing. I know that a file name is available to check but in the case of this app the file name might be the same for multiple uploads.

My question: With a generic progress handler how does one differentiate between 2 multiple uploads with the same file name?

EDIT: answerers may assume that I am a total newb to Flex... because I am.

© Stack Overflow or respective owner

Related posts about flex

Related posts about flex3