How to upload images in html
How do you put in images from your files into a website? (Btw i'm on chrome)
Voters
JoyZhang4
how do you put an image on asus
codingjlu
Well, if you want to permanently upload it, you need a backend like Python, PHP, Node.js, Java, or Go.
Coder100
Using a bit of javascript this is accomplished:
https://stackoverflow.com/questions/49942611/how-to-display-a-photo-uploaded-by-user-in-html-and-javascript
ch1ck3n
<input type="file">
afm555
@ch1ck3n https://northerntechgamesandsoftware.afm555.repl.co/ I'm trying to put a second image after the first one.
<img src = "put link here">
btw, somehow when i tried putting<img src="img.png">
and img.png was in replit, it didnt work. So, instead if you can, host your image online...