I have a web page where I want to give the user
the choice of viewing a pdf file or to download it.
eg)
<a href="test.pdf">view</a>
The above tag will let me view it, but
can someone please let me know how to get
the save as message box to show up so the
user can download the file?
Thanks.
the choice of viewing a pdf file or to download it.
eg)
<a href="test.pdf">view</a>
The above tag will let me view it, but
can someone please let me know how to get
the save as message box to show up so the
user can download the file?
Thanks.