Can I upload an image from my device internal storage? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Can I upload an image from my device internal storage?

I want to upload an image from my device but I am unable to do this ....

2nd Jun 2020, 4:36 AM
Dhrumil Sheth
Dhrumil Sheth - avatar
9 Answers
+ 2
Yes you can add an image from your device internal storage into your html document without uploading it on a cloud platform but only you would be able to see that image . Here's what you have to do , Since you are using a phone open your file manager select the image you want to add, now open up it's details now copy down it's storage url. Paste that storage url into your html document inside the image tag . Do it like this, <img src="file://image url"> and it's done.
2nd Jun 2020, 5:46 AM
🔥VENAGE🔥
🔥VENAGE🔥 - avatar
2nd Jun 2020, 4:38 AM
ÃKR
ÃKR - avatar
+ 6
Dhrumil Sheth use dropbox Or u can upload that on imgbb. Com As it shown in above code
2nd Jun 2020, 5:17 AM
ÃKR
ÃKR - avatar
+ 6
Dhrumil Sheth yes 👍👍
2nd Jun 2020, 5:32 AM
ÃKR
ÃKR - avatar
+ 2
Yes I already saw that but I am unable to upload a image which is stored in my phone I want to upload that image how can I do that?
2nd Jun 2020, 5:12 AM
Dhrumil Sheth
Dhrumil Sheth - avatar
+ 2
Okay, done so I have to first upload my image to that site and than I can copy the url from their and then copy to my html code .... Thanks for your help ❤
2nd Jun 2020, 5:30 AM
Dhrumil Sheth
Dhrumil Sheth - avatar
+ 1
🔥VENAGE🔥 thank you this worked and now I can upload an image from my device too 👍🏻
2nd Jun 2020, 5:58 AM
Dhrumil Sheth
Dhrumil Sheth - avatar
+ 1
Dhrumil Sheth You're welcome. It's my pleasure that my answer helped you. But this method is for knowledge purpose only , because the image would be visible to you only and other would not be able to see that image , so I would recommend you to upload your image to Dropbox or other cloud platform.
2nd Jun 2020, 6:57 AM
🔥VENAGE🔥
🔥VENAGE🔥 - avatar
0
You can easily by using DropBox
2nd Jun 2020, 7:33 AM
RaefAlaa
RaefAlaa - avatar