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?
|
|
This is a common issue and only few people know there's a simple HTML 5 solution:
Where
Compatibility: I tested this on Firefox 21 and Iron, both worked fine. It might not work on HTML5-incompatible or outdated browsers. The only browser I tested that didn't force download is IE... |
|||
|
|
|
code for a.php:
link it in web:
|
||||
|
|
|
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. |
|||||
|
|
|
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. |
|||
|
