0
How can I show images in my phone on page using html?
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.
+ 2
if you mean in website use <img src="insert image URL here" />
0
if you want to let other user to view your image. I recommend you upload it and insert the url in img tag