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

后端 未结 6 436
自闭症患者
自闭症患者 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:50

    I'd recommend something like SWFUpload for that. It's main feature is its support for progress bars, but it also allows for queuing files which is particularly handy (this is actually the second time I've recommended it today).

提交回复
热议问题