Is there an easy way to create a download link for a pdf that is stored in src without having to create a servlet? The problem with a simple a href is it will try to open the link in adobe if it is installed. I would like a prompt to ask user to either save or open.
Thanks in advance!