I am trying to make it so when you click "download here" a pdf file will download to the user's desktop. How should I go about doing this?
|
|
Use the But, please: Only do this if it is really necessary for the user to download the PDF and not open it (so that it's just an aid for the user that he does not have to explicitly select "save file"). Don't use it to force the user to download it although he just wants to view it. |
|||||
|
|
|
code for a.php:
link it in web:
|
||||
|
|
|
What you are asking is to control browser behavior - this is not simple. The best bet you have it to point the link to what seems like a web page (i.e. But note that this behavior cannot be guaranteed, and is highly-dependent on browser configuration. |
|||
|