Uploading multiple files simultaneously with Flex

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

    Making the upload script as upload class may help.. i mean if your uploading script is in php or asp then make the class of that script so that each request corresponds to each unique object and we can upload files simultaneously...

提交回复
热议问题