- 1

How do I convert an image on my phone to an url?

13th Jun 2022, 9:46 AM
Emmanuel Magothe
Emmanuel Magothe - avatar
3 Answers
+ 1
Use a service such as Imgur. You're not converting the image to a URL, that's impossible. You need to upload it to a website that hosts images and can give you a link to where they hold the image for you.
13th Jun 2022, 9:49 AM
Justice
Justice - avatar
0
Okay... Thanks
13th Jun 2022, 9:58 AM
Emmanuel Magothe
Emmanuel Magothe - avatar
0
Emmanuel Magothe The best way is to upload your images to a cloud service. Follow the link in my feed for more info. https://www.sololearn.com/post/1644446/?ref=app There is in fact a way to convert your image into code but depending on the size of the image it would take many lines of code to display. You may convert pictures with base64 https://www.w3docs.com/tools/image-base64 For example this code appears to have used base64 for its image. https://code.sololearn.com/Wz7XobgyJAgR/?ref=app
13th Jun 2022, 10:03 AM
Chris Coder
Chris Coder - avatar