文件选择器能够选择要在网页上使用的文件夹

发布于 2024-10-02 01:15:56 字数 226 浏览 7 评论 0原文

基本上我们需要的是一个可在网页上使用的文件选择器,使用户能够选择文件和/或文件夹。但是,我们只需要能够通过 JavaScript 获取所选文件的本地(客户端)文件路径,以便稍后与另一个文件上传小程序一起使用。所以upload上传部分是没有问题的,只是文件选择器部分。

那么是否有可用的跨平台/浏览器组件(可以换肤),或者我们是否必须在 java 中创建一个自定义组件?或者有更聪明的方法吗?

感谢您的帮助!

Basically what we need is an filepicker that can be used on a webpage to enable the user to select files and/or folders. BUT, we only need to be able to get the local (client side) filepaths for the selected files via javascript, to later be used with another fileupload applet. So the upload upload part is no problem, just the file picker part.

So is there any available crossplatform/browser components available (that can be skinned), or do we have to create a custom one in java? Or is there a smarter way to go?

Thanks for any help!

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

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

发布评论

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

评论(2

淡淡離愁欲言轉身 2024-10-09 01:15:56

使用类型设置为“file”的“input”html 标签可以轻松完成此操作。阅读来自 w3.org 的这篇文章。

谢谢,
瓦米普

It can be done easily using the "input" html tag with type set to "file". Read this article from w3.org.

Thanks,
Vamyip

做个少女永远怀春 2024-10-09 01:15:56

浏览器本身无法处理文件夹。您需要使用 Flash 或 Java 来执行此操作。

Browsers cannot handle folders themselves. You need to use Flash or Java to do this.

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