+ 7
how to upload image form memory or phone storege??
8 Réponses
+ 23
If you want to insert an image that is in your local storage you have to write the exact file path of that specific image. Such as...
<img src="file:///sdcard/Download/image.jpg">
and unless everyone has the same file, linking using file:/// means only you will see them.
otherwise you may use image hosting sites, just post an image to https://postimages.org or https://imgbb.com
and get an unique link for your image. then copy and paste the image URL.
+ 1
Tnx Everybody
0
thanks for helpful solution
0
thanks to everyone
0
ty
0
thz xo much
0
I had the same problem...its solved now thank you
0
Can u suggest for the video tag??