Skip to content

Instantly share code, notes, and snippets.

@placecodex
Created May 22, 2022 22:41
Show Gist options
  • Save placecodex/b2feb41d1152e7e0eb4be222f877d2b3 to your computer and use it in GitHub Desktop.
Save placecodex/b2feb41d1152e7e0eb4be222f877d2b3 to your computer and use it in GitHub Desktop.
input image with preview
<img id="blah" alt="your image" width="100" height="100" />
<input type="file"
onchange="document.getElementById('blah').src = window.URL.createObjectURL(this.files[0])">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment