Created
September 26, 2013 18:27
-
-
Save trumball/6718449 to your computer and use it in GitHub Desktop.
Downloadable files
HTML5 allows you to force download of files using the download attribute. Here is a standard link to a downloadable file.
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
<!-- will download as "expenses.pdf" --> | |
<a href="/files/adlafjlxjewfasd89asd8f.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