搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

How to force Firefox to download a PDF file when serving from a C# server code?

  • 4 个回答
  • 1 人有此问题
  • 11 次查看
  • 最后回复者为 cor-el

more options

Firefox is opening the PDF within the browser after generating the file. I am using C# and in the response header I use application/octet-stream and I am using attachment. Thank you,

Firefox is opening the PDF within the browser after generating the file. I am using C# and in the response header I use application/octet-stream and I am using attachment. Thank you,

所有回复 (4)

more options

Hi alanderos, The preference is stored in the Firefox profile. It can be changed in the Applications section of the Preferences menu. As for programmatically, I might suggest trying stackoverflow: *Where to go for developer support

more options

What happens when you click this link:

http://www.jeffersonscher.com/res/getpdf.php?f=Mixed_Content_Blocking.pdf

That is served with:

Content-Type: application/pdf Content-Disposition: attachment; filename=Mixed_Content_Blocking.pdf

See: https://support.mozilla.org/questions/971296#answer-479623

more options

Oops, I don't know anything about C#. Stack Overflow or Microsoft's forums would be a good choice.

more options

What does Tools > Page Info > General show when this file is opened in a tab?

When the server sends a file as application/octet-stream then this should make Firefox show the download dialog.