Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Tìm hiểu thêm

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

  • 4 trả lời
  • 1 gặp vấn đề này
  • 11 lượt xem
  • Trả lời mới nhất được viết bởi 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,

Tất cả các câu trả lời (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.