Skip to content

Instantly share code, notes, and snippets.

@KPChakravarthy
Last active July 4, 2020 03:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KPChakravarthy/7588bf15f80c20e7b856dade5c3998b6 to your computer and use it in GitHub Desktop.
Save KPChakravarthy/7588bf15f80c20e7b856dade5c3998b6 to your computer and use it in GitHub Desktop.
function selectFile(event) {
let blobURL = window.URL.createObjectURL(event.target.files[0])
// Do what you will with the blob
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment