首页 > 如何实现在web页面浏览本地文件系统时,选择文件夹,上传,类似网盘上传文件夹,附图如下,只能使用这种窗口方式

如何实现在web页面浏览本地文件系统时,选择文件夹,上传,类似网盘上传文件夹,附图如下,只能使用这种窗口方式

我要做的功能是文件夹上传,如何在点击上传的时候,选择文件夹?


可以考虑使用 HTML5 的 Webkitdirectory

<input type="file" id="file_input" multiple="" webkitdirectory="">  

可以参考
http://sapphion.com/2011/11/21/html5-folder-upload-with-webkitdirectory/

【热门文章】
【热门文章】