Kërkoni te Asistenca

Shmangni karremëzime gjoja asistence. S’do t’ju kërkojmë kurrë të bëni një thirrje apo të dërgoni tekst te një numër telefoni, apo të na jepni të dhëna personale. Ju lutemi, raportoni veprimtari të dyshimtë duke përdorur mundësinë “Raportoni Abuzim”.

Learn More

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

  • 4 përgjigje
  • 1 e ka hasur këtë problem
  • 11 parje
  • Përgjigjja më e re nga 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,

Krejt Përgjigjet (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.