Skip to content

Instantly share code, notes, and snippets.

@matt-west
Created April 4, 2014 14:16
Show Gist options
  • Save matt-west/9975546 to your computer and use it in GitHub Desktop.
Save matt-west/9975546 to your computer and use it in GitHub Desktop.
var reader = new FileReader();
reader.onload = function(e) {
var text = reader.result;
}
reader.readAsText(file, encoding);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment