What is the best way to upload a folder to a website?

前端 未结 7 1958
星月不相逢
星月不相逢 2020-12-01 16:51

I need an easy way to allow users to upload multiple files at once (ie I need to allow a user to upload a folder). I do not wish to put the burden of zipping on the user.

7条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-01 17:05

    If you're avoiding Flash (and presumably Java?) the JS/HTML-only solution still requires single-file inputs, but essentially you attach an onchange event to your input, adding a new input to the DOM whenever a file is selected.

提交回复
热议问题