I am new in computer science. I see somewhere that devloper use something this for in image tag data:image/jpeg;base64,/9j/4AAQSkZJRgABAgAAAQABAAD/2..../AI7/AP/Z
.
So my question is how can i do when an user upload an image and that can change in this type of code data:image/jpeg;base64,/9j/4AAQSkZJRgABAgAAAQABAAD/2..../AI7/AP/Z
using js or jquery framwork. and print on browser after loaded.
Do i have to use any function ?
do i have to use any specific tag like canvas or svg ?