+ 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"
5 Respostas
+ 9
Upload it somewhere, to an image hosting site (e.g. Flickr, imgur) and then link it to your code using the URL provided.
+ 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.
+ 4
for free image hosting website without registration check this one
https://postimages.org
+ 2
Thanks guys
0
is my pic is secure at this website