I have a link on my html page that points to a pdf file. When the link is clicked, it opens in the users browser (or a new window if specified), which I really don't want it to do (due to size).
I would like to force the user to download the pdf file and then he/she can view it.
Can this be done from an html page?
Thanks in advance.
I would like to force the user to download the pdf file and then he/she can view it.
Can this be done from an html page?
Thanks in advance.