How to add images from your mobile device in Html coding? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to add images from your mobile device in Html coding?

I am using this app in my S7edge phone. I need to add an image to my web page but I don't know what location to put in <img src="........."> ? Please help me with this.

28th Jul 2018, 6:30 AM
Niraj Pitale
Niraj Pitale - avatar
3 Answers
+ 7
You need something like a cloud storage platform.. Like Dropbox. Just upload an image on Dropbox, tap share link and paste the link here. There are other cool cloud storages out there too! Or if you want to go all out, you can host a site on InfinityFree and then upload all your content there.
28th Jul 2018, 6:40 AM
Yash✳️
Yash✳️ - avatar
0
You could use Google Firebase's / Google Cloud's Storage to upload your images and get the download link, to insert it in your img tag
28th Jul 2018, 11:16 AM
Azad Ad
Azad Ad - avatar