FileServlet(BalusC 的解决方案)在 IE 中不显示保存对话框

发布于 2024-10-13 07:29:25 字数 421 浏览 8 评论 0原文

我目前正在使用 Primefaces 创建一个 JSF 应用程序。我正在从数据库提供文件,并且正在使用在他的博客上找到的 BalusC 的 FileServlet 解决方案。

我的问题发生在 IE 中。当我单击下载链接时,我的浏览器闪烁,但没有任何反应。不过它在 Firefox 中运行得很好。

我尝试将 Content-Disposition 标头从“附件”更改为“内联”,只是为了看看它是否有任何区别。它在 Firefox 中但在 IE 中再次失败。

任何帮助将不胜感激。谢谢!

这是解决方案:http://balusc.blogspot.com/2007/07/fileservlet。 html

I am currently creating a JSF application with Primefaces. I am serving files from a database and I am using BalusC's FileServlet solution found on his blog.

My issue is happening in IE. When I click the download link my browser flashes and nothing happens. It however works great in firefox.

I have tried changing the Content-Disposition header from "attachment" to "inline" just to see if it would have any difference. It in firefox but again failed to do anything in IE.

Any help would really be appreciated. Thanks!

Here is the solution: http://balusc.blogspot.com/2007/07/fileservlet.html

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

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

发布评论

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

评论(1

南风起 2024-10-20 07:29:25

Ensure that you're using standard JSF <h:outputLink> or just plain HTML <a> link to call it and not some JavaScript/Ajax-flavored PrimeFaces <p:commandLink> or so. It needs to be a plain vanilla HTTP GET request, not a JavaScript/Ajax-controlled request.

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