Skip to content

Instantly share code, notes, and snippets.

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