How can i paste images from my mobile, in a html file? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can i paste images from my mobile, in a html file?

25th Aug 2017, 10:22 AM
SanifairKlair
2 Answers
+ 8
file:///storage/emulated/0/your-folder/your-image.jpg but it's not a good way to write it in sololearn. try to upload your image in dropbox
25th Aug 2017, 11:00 AM
Amethyst Animion
Amethyst Animion - avatar
+ 6
use <img> element for that. use a file explorer to see the full directory list of your image. alternatively if you want to display the picture on sololearn to other users use a image host like https://postimages.org or something similar. <img src="file:///storage/sdcard1/yourpic.jpg" alt='picture'></img> https://code.sololearn.com/WjXBaep9yLwp/?ref=app
25th Aug 2017, 11:32 AM
Lord Krishna
Lord Krishna - avatar