用于浏览文件夹的输入字段

发布于 2024-08-20 00:30:21 字数 36 浏览 2 评论 0原文

用于浏览文件的类型文件的输入字段。如何使其用于浏览文件夹。

input field with type file used for browsing file .How to make it for browsing folder.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

北恋 2024-08-27 00:30:21

你不能。 input type=file 控件仅限于一次选取一个文件。

如果您想选择多个文件,有多种方法,基于 Flash 的上传器、基于 Java 和 ActiveX 的组件。基于 Flash 的上传器是最好的选择,并且有开源的上传器。请查看 SWFUploader

You can't. The input type=file control is limited to picking one file at a time.

If you want to pick multiple files, there are various ways, Flash based uploaders, Java and ActiveX based components. The Flash based uploaders are the best bet, and there are Open Source ones around. Check out SWFUploader.

情独悲 2024-08-27 00:30:21

您必须使用服务器端或某些 ActiveX 来执行此操作,因为 javascript 不支持此操作

You would have to use server side or some ActiveX to do this as javascript does not support this

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文