How do I insert an image from the phone pictures on html I tried and wrote, but the image never appeared 💔 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How do I insert an image from the phone pictures on html I tried and wrote, but the image never appeared 💔

Proplem

26th Sep 2020, 7:53 PM
Tasneem Elshebly
Tasneem Elshebly - avatar
5 Answers
+ 1
You need to upload file to a cloud site like Dropbox, if your file is in your mobile. It won't access local storage.. So upload and then copy that link and paste as src value. To know how upload and import to Program... Run this code and see steps to follow: For images : https://code.sololearn.com/Wy3lrXNwGsgJ/?ref=app For all files : https://code.sololearn.com/WW6t4B73kJVz/?ref=app Edit : In the way of mobile storage path works only for you, may be in your PC only......... https://www.sololearn.com/discuss/2405808/?ref=app https://www.sololearn.com/discuss/2423570/?ref=app
26th Sep 2020, 7:57 PM
Jayakrishna 🇮🇳
+ 3
Hi use search bar first ,it has been asked several times before
26th Sep 2020, 7:59 PM
Abhay
Abhay - avatar
+ 2
Use a platform like Imgur to store your images on cloud and fetch them later
26th Sep 2020, 7:55 PM
Infinity
Infinity - avatar
0
<img src "...." />
26th Sep 2020, 7:54 PM
Tasneem Elshebly
Tasneem Elshebly - avatar
0
Thanx very much🥺❤️❤️❤️❤️
26th Sep 2020, 8:13 PM
Tasneem Elshebly
Tasneem Elshebly - avatar