Skip to content

Instantly share code, notes, and snippets.

View Sujon-Ahmed's full-sized avatar
🎯
Focusing

Sujon Ahmed Sujon-Ahmed

🎯
Focusing
  • Life Plus Bangladesh
  • Dhaka, Bangladesh
View GitHub Profile
@Sujon-Ahmed
Sujon-Ahmed / Image preview before upload
Last active February 22, 2026 15:52
Preview an image before it is uploaded
<input type="file" oninput="pic.src=window.URL.createObjectURL(this.files[0])" />
<img src="" id="pic" />