0

How can I show images in my phone on page using html?

11th Oct 2017, 1:40 PM
Yogesh AW
Yogesh AW - avatar
3 Answers
+ 4
Most people are recommending using an image sharing service. If you need to display images from YOUR phone, which nobody else can see, here's an example: <img src="file:///sdcard/Download/download.jpg"> I searched Google for "jpg" then tapped+held the picture on the right side and saved it. Your phone and where it puts files is unique; public hosting is easier for others to help debug.
11th Oct 2017, 2:03 PM
Kirk Schafer
Kirk Schafer - avatar
+ 2
if you mean in website use <img src="insert image URL here" />
11th Oct 2017, 2:04 PM
Julius E. Ossai
Julius E. Ossai - avatar
0
if you want to let other user to view your image. I recommend you upload it and insert the url in img tag
11th Oct 2017, 6:49 PM
æž—ć‰é›„
æž—ć‰é›„ - avatar