Can I request an image input in HTML? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Can I request an image input in HTML?

So i was thinking about making a code that requires an image input. Is this possible? If yes, how can i implement it in my code?

23rd Sep 2018, 4:57 PM
CodeMStr
CodeMStr - avatar
6 Answers
+ 9
use <input type="file">
23rd Sep 2018, 6:29 PM
Naola
Naola - avatar
28th Sep 2018, 2:44 PM
Naola
Naola - avatar
+ 1
Flash nice
28th Sep 2018, 3:29 PM
CodeMStr
CodeMStr - avatar
0
Thank you
23rd Sep 2018, 6:05 PM
CodeMStr
CodeMStr - avatar
0
Flash just found out, now i have to find a way to mable the inserted path the source of the image and when i print the value of the input, i also get C:\fakepath\filename
23rd Sep 2018, 7:35 PM
CodeMStr
CodeMStr - avatar
- 1
You can load an image thorught his url using an img tag
23rd Sep 2018, 5:53 PM
KrOW
KrOW - avatar