0
How do I insert an image from the phone pictures on html I tried and wrote, but the image never appeared 💔
Proplem
5 Respuestas
+ 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
+ 3
Hi use search bar first ,it has been asked several times before
+ 2
Use a platform like Imgur to store your images on cloud and fetch them later
0
<img src "...." />
0
Thanx very much🥺❤️❤️❤️❤️