Skip to content

Instantly share code, notes, and snippets.

@revnode
Created May 26, 2013 18:22
Show Gist options
  • Save revnode/5653592 to your computer and use it in GitHub Desktop.
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.
<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