How to add images from phone gallery into html ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 8

How to add images from phone gallery into html ?

^^

20th Feb 2017, 4:24 PM
Akshata
Akshata - avatar
6 Answers
+ 7
<img src="storage/gallary"></img>
8th Mar 2017, 5:15 AM
Shehab Amr
Shehab Amr - avatar
+ 4
yes
20th Feb 2017, 4:39 PM
Akshata
Akshata - avatar
+ 4
For that you will have to upload the image to any server then refer the url. It's not possible to directly add images from your phone gallery.
20th Feb 2017, 4:42 PM
shashi prakash
shashi prakash - avatar
+ 3
In SoloLearn app?
20th Feb 2017, 4:34 PM
shashi prakash
shashi prakash - avatar
+ 3
find the details of the image you want to upload. type in the path and then the name of the image. Like so, <img src= "file:///pathOfImage/name.jpg"/>
19th Mar 2017, 5:26 PM
Fire
+ 1
Hey, You have to copy the details of your photo and the name of photo, For example:/storage/emulated/Picture/Facebook/Car.jpg After your all photo details, You have to do"/Car.jpg" like above. This work 💯 as I have doing it in my phone.
25th Aug 2020, 6:29 AM
Future CEO Of Google