Uploading multiple files simultaneously with Flex

前端 未结 5 877
时光说笑
时光说笑 2020-12-30 16:05

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 so

5条回答
  •  庸人自扰
    2020-12-30 16:09

    I don't have a direct answer to your question, but the gmail uploader comes to mind. It uses swfupload (updated link), which is open source so you can probably figure it out from the source.

    There's more info in this answer.

提交回复
热议问题