How can i can take an image from my phone and include it in my program for it to bring out the desired output | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How can i can take an image from my phone and include it in my program for it to bring out the desired output

Tried it out a no. of times even after going through the html tutorial but still cant achieve it

24th Mar 2019, 6:26 AM
Jeremiah Ndegwa
Jeremiah Ndegwa - avatar
3 Answers
+ 4
You need to upload it somewhere (just google "image uploader"), get the link to that and use that in your code like this: <img src="LINK"/> You can't upload images directly to Sololearn server.
24th Mar 2019, 6:53 AM
Jan Štěch
Jan Štěch - avatar
+ 3
Refer to Fermi's answer in this thread. Remember that images/files linked using the file:/// protocol is only viewable by you and not other people. If this is not what you want, then you will have to upload it to a hosting provider. https://www.sololearn.com/Discuss/1721600/?ref=app https://www.sololearn.com/Discuss/1054246/?ref=app
24th Mar 2019, 6:56 AM
Hatsy Rei
Hatsy Rei - avatar
+ 1
Thanks y'all
25th Mar 2019, 10:41 AM
Jeremiah Ndegwa
Jeremiah Ndegwa - avatar