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

前端 未结 7 1965
星月不相逢
星月不相逢 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:01

    FTP? And if necs, wrap in Java Applet, ActiveX or whatever you want.

    If not, although you don't want flash, SWFUpload is quite cool, you may want to reconsider it as a decent option.

提交回复
热议问题