Skip to content

Instantly share code, notes, and snippets.

@jiromm
Last active December 24, 2015 06:09
Show Gist options
  • Save jiromm/6755703 to your computer and use it in GitHub Desktop.
Save jiromm/6755703 to your computer and use it in GitHub Desktop.
HTML5 force download a file
<!-- will download as "expenses.pdf" -->
<a href="/files/expense.pdf" download="expenses.pdf">Download Your Expense Report</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment