Guz..how can i insert images already downloaded in my mobile gallery in html? ..instead of putting urls..after src | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Guz..how can i insert images already downloaded in my mobile gallery in html? ..instead of putting urls..after src

Image in html

6th Nov 2016, 8:02 PM
itsme SAP;)
itsme SAP;) - avatar
6 Answers
+ 4
itsme SAP;), I cant quite figure that out myself. All I could find was using a images url. Try looking for the image online. If its a camera picture then I dont know what to tell you. I apologize
8th Nov 2016, 6:23 PM
Aquarius
Aquarius - avatar
+ 4
put the html file in your galleries folder and SRC will be simply the file name. if the phone is Android path starts as /storage/emulated/0 you can simply put SRC as pictures/<filename>.<extension> or the path that contains the file no need of full path just use these.
11th Nov 2016, 3:56 AM
Sandeep Chatterjee
+ 2
instead of the url put the image adresse
6th Nov 2016, 8:07 PM
Guilamb
Guilamb - avatar
+ 2
image address like..myfiles/Downloads/images/tree.jpg???
7th Nov 2016, 2:53 AM
itsme SAP;)
itsme SAP;) - avatar
+ 2
then you should type <img=image name.jpg>
13th Nov 2016, 9:11 AM
junet
+ 1
give image address src="file:///location/location/image location/image name.jpg"
26th Dec 2016, 7:31 AM
Md. Maruf Parvez
Md. Maruf Parvez - avatar