+ 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
3 Respuestas
+ 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.
+ 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
+ 1
Thanks y'all