+ 2
HOW I ADD PHOTOS FROM MY GALLERY in SOLOLEAEN INSTED OF USING URL LINKS ??
6 Answers
+ 4
You can't, Images needs to be on internet (server) because Internet can't access your computer.
+ 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.
+ 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.
+ 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!
+ 1
i konw how to add images using URL links but don't know how to add images from gallary
+ 1
@maz ok i will try