Is there any way that I can upload an image in my website from my phone. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Is there any way that I can upload an image in my website from my phone.

If yes then please write the code... src="/storage/emulated/0/Download/79169-5.png"

11th Aug 2017, 6:40 AM
Eyob G. Hagos
Eyob G. Hagos - avatar
5 Answers
+ 9
Upload it somewhere, to an image hosting site (e.g. Flickr, imgur) and then link it to your code using the URL provided.
11th Aug 2017, 7:39 AM
Hatsy Rei
Hatsy Rei - avatar
+ 4
The following html tag load your phone image to local webpage. <img src="file:///storage/emulated/0/Download/79169-5.png" /> Please note that this only work on your phone ONLY. If you need your image can be viewed from everyone's browsers use Hatsy Rei's method.
11th Aug 2017, 7:47 AM
Calviղ
Calviղ - avatar
+ 4
for free image hosting website without registration check this one https://postimages.org
11th Aug 2017, 10:41 AM
Lord Krishna
Lord Krishna - avatar
+ 2
Thanks guys
11th Aug 2017, 8:29 AM
Eyob G. Hagos
Eyob G. Hagos - avatar
0
is my pic is secure at this website
22nd Sep 2017, 7:15 AM
Ranjan Kumar
Ranjan Kumar - avatar