+ 1
How to put in an image from my gallery to html?
I'm trying to insert a .jpg image to my coding from my phone gallery.
5 Réponses
0
Because that image is in your mobile memory and not in sololearn server or database.
Hope this helps☺️☺️.
+ 4
My pleasure Jimmy Rodrigo. 😊
+ 3
You need to upload it to the internet with public settings so that you can access it in SoloLearn. I would suggest dropbox or Google Drive - upload, then share, and make public. Copy the link, and use that as your URL. Cheers.
+ 3
Upload it to Dropbox and link it to your HTML code.
See this Post:
https://www.sololearn.com/discuss/1054246/?ref=app
+ 1
Anthony Quick Thank you.