How do I make a .PDF file available for download? I just want to leave a .PDF in a directory and let people click a link to download it.
Bryan
How do I make a .PDF file available for download? I just want to leave a .PDF in a directory and let people click a link to download it.
Bryan
the same way you would make a link for anything else.
<a href="http://www.blah.com/my.pdf">click to download</a>
This topic has been closed to new replies.