I want to know how can i get a image which is saved in my gallery | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

I want to know how can i get a image which is saved in my gallery

13th Apr 2017, 9:59 AM
Ishan Das
Ishan Das - avatar
3 Answers
+ 7
If you are making an HTML code in a text editor and not a online compiler and saved it into a .html file then you can simply make a folder with that .html file and put your image there: FILES/codes: hello.html ohhididntseeyouthere.png <img src="ohhididntseeyouthere">
13th Apr 2017, 10:42 AM
MrCoder
MrCoder - avatar
+ 4
you need to script a file opener check on google or youtube.
13th Apr 2017, 10:02 AM
Kurt
Kurt - avatar
+ 1
Google online image uploader and choose one of the links, upload the image on their server and use the link they give you to use in your code. now you have your image everywhere
13th Apr 2017, 12:03 PM
theBlueGHOST
theBlueGHOST - avatar