+ 2

How can I insert images in HTML from my smartphone?

How?

26th Sep 2020, 9:20 PM
Tony Stark[Inactive]
Tony Stark[Inactive] - avatar
3 Answers
+ 1
Tony Stark Provide the correct file path of the file. I have created a code example on how to do that in Android. Please check it here: https://code.sololearn.com/Ws6teyT5ti3g/?ref=app
27th Sep 2020, 3:01 AM
Hanuma Ukkadapu
Hanuma Ukkadapu - avatar
+ 2
Here can you see how it can be done to make visible for other viewers here: https://code.sololearn.com/WSLZPpBIFgr7/?ref=app
26th Sep 2020, 9:27 PM
JaScript
JaScript - avatar
+ 1
This way works for me. <video height="400px" controls> <source src="file:/storage/emulated/0/WhatsApp/Media/WhatsApp Video/VID-20200923-WA0005.mp4" type="video/mp4"> </video>
26th Sep 2020, 11:09 PM
arturop200
arturop200 - avatar