What is the best client side browser library to upload multiple files over http?

后端 未结 6 433
自闭症患者
自闭症患者 2020-12-09 17:59

What is the best client side http library to upload multiple files? If it can handle directories that\'s a huge bonus. I\'m looking for something that is open source or free

6条回答
  •  一整个雨季
    2020-12-09 18:48

    Uploadify is also another great multiple file uploader. It was built off of SWFUpload and they added new features to it.

    Some of the features that I have found most helpful are:

    The user can upload all the files at once using ctrl + clicking on all of the files

    As the files are being downloaded a queue is displayed which shows the files being downloaded including a completeion bar.

    As files are completed they are removed from the queue

    It also allows you to specify which file types the user is able to download (they can only see the ones you choose)

提交回复
热议问题