How Do I Display a PDF in the browser (as opposed to the browser attempting to download the PDF)?

Permalink
I'm just finishing up a conversion of a static HTML/CSS/JS site to C5. It works great and was a joy to work with. There's only one wrinkle, which I haven't been able to iron-out: the designer created the former page so that a big part of the experience is loading PDFs for viewing in the browser. PDFs are even linked to for viewing in the main nav.

But, after converting to Concrete5, the PDFs are downloaded and saved. This is the same browser with the same plugins and settings, etc. It works on the HTML version, but not on the C5 version.

Any thoughts?

 
PatrickCassidy replied on at Permalink Reply
PatrickCassidy
Try this link for a bit of reading. I've controlled how pdf's have opened in the past by using htaccess.

http://www.askapache.com/htaccess/pdf-cookies-headers-rewrites.html...