+ 1
Displaying Images
Hello Folks: Just created a html page and wanted to display image in it, used <img> tag but what be the path for src : (1) if picture is in my phone. (2) else picture is on internet.
8 Respuestas
+ 19
If the picture is in your phone then upload it to http://tinypic.com and get the url then use it in ur code
if it is on the internet then obtain the url and use it in ur code...
+ 19
Anytime
+ 18
Thank you for your contribution
that is best if your using sololearn on mobile bt of ur coding in a pc no way u have to upload it
to tinypic.com
or
google drive or 4shared photobucket flickr any 1 u would prefer..
*_*
+ 17
Thank you..
+ 3
to access the image on your phone you can use <img src="file:///storage/then the location of your image">
+ 2
Thank you Genes ! it worked
+ 2
Appending the above mentioned image hosting websites only . check out https://postimages.org
+ 1
Folks any of you getting results by accessing image from phone storage?