Uploading multiple files simultaneously with Flex

前端 未结 5 876
时光说笑
时光说笑 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:16

    Another way to simulate multitasking is downloading / uploading by chunks and use callLater() for sequential execution. That would be a replication of early Windows cooperative multitasking

提交回复
热议问题