Plz I need someone to explain to me privately on how to load image that is located in my phone's galllary | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Plz I need someone to explain to me privately on how to load image that is located in my phone's galllary

Loading image from gallaly

30th Aug 2020, 11:25 PM
Nosakhare Kindness
Nosakhare Kindness - avatar
3 Answers
+ 7
From My Files, go to internal storage and go to where your files/images located and long press it then press details. You will see the path of the files/images. Copy it and paste it in <img src="<!--Your path goes here-->">
30th Aug 2020, 11:32 PM
WenHao1223
WenHao1223 - avatar
+ 4
You need to upload your image to internet so that the others can see it. There are two free hosts : How to host an image, the imgbb way, by Farhanaz 🌟 https://code.sololearn.com/Wy3lrXNwGsgJ/?ref=app [Tutorial] Upload content from your device to CodePlayground - The Dropbox way https://code.sololearn.com/WW6t4B73kJVz/?ref=app This question has been asked and can be searched for. Users of this Q&A forum are recommended to use search feature before asking questions to avoid duplicates. https://www.sololearn.com/Discuss/1316935/?ref=app Search bar is here: https://www.sololearn.com/post/10362/?ref=app (Tips: Remember to switch filter option to "Most Popular" first, try also switching to trending once a while. Sometimes the popular filter doesn't show relevant results.)
31st Aug 2020, 12:15 AM
Gordon
Gordon - avatar
0
<img src = " location of image / image name.image type" alt = "name what you want" height = 23 width = 23 border and styles.etc >
30th Aug 2020, 11:45 PM
Ãbhïšhêķ pãł
Ãbhïšhêķ pãł - avatar