+ 3
Question regarding html.
How can we make a code to receive a photo from the user and upload it using HTML.
3 Respuestas
+ 2
how
+ 2
use <input type="file" />
get the value of this input field using javascript
save the value in a variable
use the value using JavaScript.
+ 1
javascript