Question | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Question

Pls how can I add an image from my phone to the project am working on ,.,in SoloLearn? <img src= “/on my iPhone/Wayneh/Cart.png”>? Pls help me out I want to add a pic from my phone

27th Feb 2022, 6:45 PM
Ejeh Wayne
Ejeh Wayne - avatar
9 Answers
+ 1
Search imgbb or use Dropbox they both help I prefer using Dropbox but add a ?raw=1 at the end
28th Feb 2022, 8:59 AM
CODY RAZA ツ
CODY RAZA ツ - avatar
0
wow its impossible ...i need a link then
27th Feb 2022, 6:56 PM
Ejeh Wayne
Ejeh Wayne - avatar
0
You need to copy the image link and insert it. So: <img src="(insert the link here)">
27th Feb 2022, 7:01 PM
ProMarioYeah4765
ProMarioYeah4765 - avatar
0
Mariokpdx its how to turn my image into a link that is the problem
27th Feb 2022, 7:03 PM
Ejeh Wayne
Ejeh Wayne - avatar
0
Uhm... I don't know that : (
27th Feb 2022, 7:05 PM
ProMarioYeah4765
ProMarioYeah4765 - avatar
0
Since you have iOS device you can upload your local images to sololearn, you can also convert them to a Data URL. But depending on the size of the image, doing this can produce a large amount of text. https://code.sololearn.com/WEjjH82aJ1se The route most community members take is using dropbox, imgur or google drive. Once you upload your image to any of these platforms you'll be provided a link you can use as an image source for you code.
28th Feb 2022, 1:08 AM
ODLNT
ODLNT - avatar
0
You can use cloudflare CDN It's a content delivery network Sign up for cdn and upload your images to your cdn cloudflare account. From there generate a link of your image. Copy and paste that link to your image tag src attribute. Make sure that your image is publicly available.
28th Feb 2022, 5:02 PM
NonStop CODING
NonStop CODING - avatar
0
Have you found a solution to your problem? Do you need any further assistance?
28th Feb 2022, 11:13 PM
Chris Coder
Chris Coder - avatar