Ko tenda hembiapoite sa’ivéta oñemba’apokuévo hese hembiapo porãve hag̃ua. Peteĩ jehaipyre nomoĩporãiramo ne apañuái ha eporanduséramo, roguerekohína ore nepytyvõ rekoha ikatútava ndeykeko @FirefoxSupport Twitter-pe ha avei /r/firefox Reddit-pe.

Eheka Pytyvõha

Emboyke pytyvõha apovai. Ndorojeruremo’ãi ehenói térã eñe’ẽmondóvo pumbyrýpe ha emoherakuãvo marandu nemba’etéva. Emombe’u tembiapo imarãkuaáva ko “Marandu iñañáva” rupive.

Kuaave

What MIME type do I use to get Firefox to view PDFs without a save dialog?

  • 1 Mbohovái
  • 1 oguereko ko apañuái
  • 14 Hecha
  • Mbohovái ipaháva Vertigo

more options

When I download a PDF off of most sites, it opens directly in my external program (okular). However, on my own server this is not the case: I get a save dialog first. I believe the problem is actually caused by the MIME type I am sending, but I cannot seem to figure out what that should be. I am using PHP 5.2.17 on apache 2.2.17 with mod_xsendfile to download the files. The headers I am sending are:

header('X-Sendfile: test.pdf'); header ('Content-Type: application/pdf'); header('Content-Disposition: inline; filename="testing.pdf"');

When I download a PDF off of most sites, it opens directly in my external program (okular). However, on my own server this is not the case: I get a save dialog first. I believe the problem is actually caused by the MIME type I am sending, but I cannot seem to figure out what that should be. I am using PHP 5.2.17 on apache 2.2.17 with mod_xsendfile to download the files. The headers I am sending are: header('X-Sendfile: test.pdf'); header ('Content-Type: application/pdf'); header('Content-Disposition: inline; filename="testing.pdf"');

Opaite Mbohovái (1)

more options

Well, never mind: it looks like I deleted my mimetypes.rdf and restarted Firefox and now it works.