PDA

View Full Version : Allowing a visitor to download a pdf file


deetomson
01-24-2003, 11:27 AM
Hi folks! There's probably a dead simple answer to this one (I hope!). I want visitors to be able to download a .pdf form from my website to their local PC. I haven't got a clue where to start - can any of you point me in the right direction please?

Dynasty
01-24-2003, 12:58 PM
<a href="file to download">Download File</a>

Replacing the file to download bit appropriatly.

Redcap
02-02-2003, 01:02 PM
Remember to warn them to "Right click, and 'save as'.", or they'll wind up with the pdf opening in their browser window.

4ND0R
02-03-2003, 09:03 PM
Hi deetomson,
you can also package your .pdf file into a .zip file and then create a link to it (to avoid open the pdf file in the browser window)


4ND0R