HOW I ADD PHOTOS FROM MY GALLERY in SOLOLEAEN INSTED OF USING URL LINKS ?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

HOW I ADD PHOTOS FROM MY GALLERY in SOLOLEAEN INSTED OF USING URL LINKS ??

4th Oct 2017, 6:14 PM
Virat Kohli
Virat Kohli - avatar
6 Answers
+ 4
You can't, Images needs to be on internet (server) because Internet can't access your computer.
4th Oct 2017, 6:19 PM
Kartikey Sahu
Kartikey Sahu - avatar
+ 14
Just for completeness, you could use the notation: "file:///path/yourimage.jpg" (E.g: "file:///sdcard/pictures/animals/dog.jpg") but you will be the only one to see the result.
4th Oct 2017, 6:21 PM
Maz
Maz - avatar
+ 5
It's not possible to add photo without URL in the code playground, since there is no folder that was created to store the photo. Until provision is made for people to store their resources, there is no other options than using url.
4th Oct 2017, 7:25 PM
Bamgbose Adegbuyi
Bamgbose Adegbuyi - avatar
+ 3
I am not sure if this will help you but it is one way of adding images to your pages: https://code.sololearn.com/WUDLPY7kf40v/#html Good luck!
4th Oct 2017, 6:20 PM
Richard Myatt
Richard Myatt - avatar
+ 1
i konw how to add images using URL links but don't know how to add images from gallary
4th Oct 2017, 6:22 PM
Virat Kohli
Virat Kohli - avatar
+ 1
@maz ok i will try
4th Oct 2017, 6:24 PM
Virat Kohli
Virat Kohli - avatar