Created
September 13, 2021 20:42
-
-
Save ThisIsntMyId/fac3477a8852a0f91669c2fb57df23ce to your computer and use it in GitHub Desktop.
image preview on upload
This file contains hidden or 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