Created
May 26, 2013 18:22
-
-
Save revnode/5653592 to your computer and use it in GitHub Desktop.
The HTML5 download attribute allows developers to force a file to download rather than go to that specific page, you no longer need to rely on server side code to do that.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<a href="download_pdf.php?id=15" download="myfile.pdf">Download PDF</a> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment