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

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

    You could use a Java based solution. I've been using JumpLoader on one of my web pages and haven't had any problems with it. It can also upload directories, which other solutions mentioned here do not support.

提交回复
热议问题