Skip to content

Instantly share code, notes, and snippets.

@matt-west
Last active August 29, 2015 13:58
Show Gist options
  • Save matt-west/9975583 to your computer and use it in GitHub Desktop.
Save matt-west/9975583 to your computer and use it in GitHub Desktop.
var reader = new FileReader();
reader.onload = function(e) {
var dataURL = reader.result;
}
reader.readAsDataURL(file);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment