- 1
How can I upload photo in my HTML with phone?
2 Respuestas
+ 5
Pls use search bar...
From Web, just copy link address by right clink and use it...
For a valid url link of device memory files:
First you need to upload image to a cloud site like Dropbox if your image is in your mobile. It won't access local storage.. So upload and then copy that link and paste as src value. It can't directly from your mobile. Link need absolute path. Can't access your local storage.
Follow this link to know how upload and import to Program.. Or you can try by a valid link from copying any Web image link.
Run this codes and see steps to follow to upload images:
https://code.sololearn.com/Wy3lrXNwGsgJ/?ref=app
https://code.sololearn.com/WW6t4B73kJVz/?ref=app
Look at these..
Hope it helps...
https://www.sololearn.com/discuss/2488016/?ref=app
https://www.sololearn.com/discuss/2411975/?ref=app
https://www.sololearn.com/discuss/2423570/?ref=app
https://www.sololearn.com/discuss/2402873/?ref=app
https://www.sololearn.com/discuss/2267692/?ref=app
+ 2
Thanks