JSF 文件下载选择器

发布于 2024-11-04 03:45:21 字数 239 浏览 4 评论 0原文

在任何 JSF 库中,是否有任何组件的工作方式与 < code>,选择文件夹(@客户端计算机)并将预定义文件从服务器下载到客户端计算机的所选文件夹?

In any of the JSF libraries, is there any component which works just opposite to <t:inputFileUpload>, to select the folder (@ client machine) and download a predefined file from the server to client machine's selected folder?

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

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

发布评论

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

评论(2

逆光下的微笑 2024-11-11 03:45:21

当浏览器无法处理文件时,它会显示浏览对话框。

它无法处理的文件由 Content-type 决定。因此,为特定资源设置 Content-TypeContent-Disposition 和 Like 标头,并添加指向该资源的链接。

这个答案 有一个例子。

It is the browser that shows the browse dialog whenever there's a file it cannot handle.

And files it can't handle are determined by the Content-type. So set your Content-Type, Content-Disposition and the likes headers for a specific resource, and add a link to that resource.

This answer has an example.

醉城メ夜风 2024-11-11 03:45:21

如果是在公共空间,您只需在 标记中为 File 提供 url

You just need to give url to File in <a> tag if it is in public space

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