上传可能包含子文件夹和文件的文件夹
我正在开发一个应用程序,客户端可以上传任何可能包含子文件夹和文件的文件夹。是否可以上传文件夹而不是文件?任何帮助表示赞赏。
I'm working on an application where client may upload any folder which may contain sub folders along with files. Is it possible to upload a folder instead of a file? Any help is appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要获取这些文件夹中的文件列表以在上传中进行处理。您可以跟踪目录结构并在服务器的用户目录中重建它。
You need to be getting a list of files within these folders to handle in your upload. You can keep track of the directory structure and rebuild it within the server's user directory.