0
How do i upload an image from my phone in html?
I tried <img src="path of the image in my phone" width="20px" /> but it doesn't work.
8 Answers
+ 2
If you want to upload a photo in sololearn, then you need to first put it on the Internet, and only then specify its address in "src".
+ 1
Coud be inside Google Drive?
+ 1
Can you post the code?
+ 1
https://www.sololearn.com/Discuss/786209/?ref=app
0
well yes âș
0
Not working too :(
0
If you want to show your photo to Sololearn, then you can use
DROPBOX - https://play.google.com/store/apps/details?id=com.dropbox.android.
In Dropbox you can upload your picture from Google Drive.
When you want to use your image in your code copy the link of your image from Dropbox and copy in your code after that change the WWW in link to DL and now you are good to go.
Check this code below
https://code.sololearn.com/WHhAmq31LmES/?ref=app