How can i add images from my gallery using HTML5 ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

How can i add images from my gallery using HTML5 ?

29th Sep 2019, 7:59 AM
saloni priya
saloni priya - avatar
2 Answers
+ 4
To insert images present in your phone or pc, write the following syntax <img src="///(file path)\(file name).(image format eg: jpg, png and so on)" /> If your code is in sololearn, this won't work.
29th Sep 2019, 9:17 AM
Jella
Jella - avatar
+ 2
You can't really do that. Maybe you could use dropbox or something. But, normally you wouldn't be able to do so
29th Sep 2019, 8:39 AM
Ginfio
Ginfio - avatar