Skip to content

Instantly share code, notes, and snippets.

@madevelopers
Created December 6, 2013 02:51
Show Gist options
  • Save madevelopers/7817848 to your computer and use it in GitHub Desktop.
Save madevelopers/7817848 to your computer and use it in GitHub Desktop.
HTML5: Download text file
<a href="data:text;charset=utf-8,Content" download="filename.txt">Download file</a>
<!-- Content must be encoded: encodeURIComponent("Sample Content") -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment