Please how can i input an image from my phone's gallery into my code | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Please how can i input an image from my phone's gallery into my code

Urgent answer pleass

18th Mar 2019, 4:56 PM
Ajibola Olamilekan
Ajibola Olamilekan - avatar
2 Answers
+ 9
You can't add Images directly to code. You have to upload image to cloud storage website and copy the URL
18th Mar 2019, 5:08 PM
VEDANG
VEDANG - avatar
+ 5
<img src="test.jpg" > //As you can access your mobile directory from sololearn, so you need to use method mention by VEDANG //Methods https://www.sololearn.com/discuss/1054246/?ref=app https://www.sololearn.com/discuss/946930/?ref=app https://www.sololearn.com/discuss/1288998/?ref=app
18th Mar 2019, 7:20 PM
Sudarshan Rai
Sudarshan Rai - avatar