I am working on a website where the visitor should be able to download a pdf file. (There are three links to choose from but that is irrelevant) I wanted to know how to mak
Try using PHP to serve the file while first sending a header of Content-type: application/octet-stream.
Content-type: application/octet-stream