Question regarding html. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Question regarding html.

How can we make a code to receive a photo from the user and upload it using HTML.

18th Jun 2017, 10:45 AM
RZK 022
RZK 022 - avatar
3 Answers
+ 2
how
18th Jun 2017, 1:58 PM
RZK 022
RZK 022 - avatar
+ 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.
18th Jun 2017, 2:06 PM
Da' BO$
Da' BO$ - avatar
+ 1
javascript
18th Jun 2017, 1:57 PM
Da' BO$
Da' BO$ - avatar