+ 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.
3 odpowiedzi
+ 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.
+ 5
you cannot upload images directly to sololearn codeplay ground
review this threads
https://www.sololearn.com/discuss/1054246/?ref=app
https://www.sololearn.com/discuss/1156402/?ref=app
https://www.sololearn.com/discuss/389765/?ref=app
https://www.sololearn.com/discuss/803683/?ref=app
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