+ 8
How to add images from phone gallery into html ?
^^
6 Réponses
+ 7
<img src="storage/gallary"></img>
+ 4
yes
+ 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.
+ 3
In SoloLearn app?
+ 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"/>
+ 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.