Created
May 22, 2022 22:41
-
-
Save placecodex/b2feb41d1152e7e0eb4be222f877d2b3 to your computer and use it in GitHub Desktop.
input image with preview
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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