Is there a code or script that allows visitors to download white paper PDF files from my site? Just how is that done?
Downloadable PDF/White Paper Files
Collapse
X
-
Hi Beb,Originally posted by BebIs there a code or script that allows visitors to download white paper PDF files from my site? Just how is that done?
To allow your users to download pdf's you can simply give them a link to the pdf which they can click on to view it. They can then select File, Save from the menu. e.g.
Does this help?Code:<a href='\\Server\PDF\whitepaper1.pdf'>whitepaper1.pdf</a>
Dr B -
Originally posted by DrBunchmanHi Beb,
To allow your users to download pdf's you can simply give them a link to the pdf which they can click on to view it. They can then select File, Save from the menu. e.g.
Does this help?Code:<a href='\\Server\PDF\whitepaper1.pdf'>whitepaper1.pdf</a>
Dr B
Thanks Dr B
That was the formula.Comment
Comment