0
Is it possible for me to import an image directly from my phone while using HTMl?
5 Answers
+ 2
Hi! Where you want import your image?
+ 2
No. You should upload your img to online cloud service, like dropbox, and get static direct link from there.
+ 1
Oh đł. That would work.. Thanks đ
+ 1
Images
https://developer.mozilla.org/en-US/docs/Learn/HTML/Multimedia_and_embedding/Images_in_HTML
audio:
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/audio
video:
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/video
How To Upload your phone images on SoloLearn using phone
https://code.sololearn.com/WT3661NHpV3B/?ref=app
Upload content with Dropbox [Tutorial]
https://code.sololearn.com/WW6t4B73kJVz/?ref=app
How to host/upload an image (IMGBB way)
/by Farhanaz/
https://code.sololearn.com/Wy3lrXNwGsgJ/?ref=app
Upload content with Google drive
https://code.sololearn.com/Wa25A17a19a1/?ref=app
0
Let's say I'm running an html code on this app, and I have an image on my phone I would like to display using the <img> tag. Would it work.?