0
How can I upload images from my phone using HTML?
Hey guys,I'm just starting to learn HTML and I'm confusing about image insertion. How can I insert a photo from a folder of my phone?
4 Answers
+ 20
<img src="file:///sdcard/folder/image.jpg">
+ 1
Does it work with .jpeg too?
0
Thank you