Picture not seen but why | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Picture not seen but why

<img src="/storage/emulated/0/i/bayzed.jpg">

27th Jul 2020, 6:11 PM
Mdmasum
5 Answers
+ 4
Mdmasum actually you can access your local images but only you can see it. just add file:// at start of your link But if u want everyone one to see the image use imgbb.com or dropbox.
27th Jul 2020, 6:57 PM
Varun N
Varun N - avatar
+ 2
You can't access image from your local file system that way on sololearn ,you need to upload the image on a cloud storage such as dropbox or upload it online and get the url
27th Jul 2020, 6:27 PM
Abhay
Abhay - avatar
0
<!DOCTYPE html> <html> <head><title>picture use</title></head> <body> <img src="/storage/emulated/0/i/bayzed.jpg"/> </body> </html>
27th Jul 2020, 6:18 PM
Mdmasum
0
If you have chrome download photo go to download click on image when it open long press on its name it will acurately copy your image path. [Tested and verified] Basically you are using your local storage img file. If you will put in code only you can see it and only on the same device no one else can see that image.
28th Jul 2020, 9:55 AM
Divya Mohan
Divya Mohan - avatar
0
You have to get the image url from a web browser
28th Jul 2020, 11:12 AM
Ben Joseph
Ben Joseph - avatar