+ 13
How to upload image in Sololearn app
4 Respostas
+ 10
You can use the url as the src attribute of an image.
+ 5
Hi shravan. Checkout d way I modified your code a bit.
https://code.sololearn.com/WDFHkNXQWb0h/?ref=app
+ 3
For example:
https://code.sololearn.com/W603dh2LbqAv/?ref=app
+ 3
For sololearn programs you can't put images stored on your device so you might have to use a CDN (content delivery network) to link images in the page or use data uri images by converting your images into text that HTML can display as a image..
You can convert your images here
https://websemantics.uk/tools/image-to-data-uri-converter/
https://code.sololearn.com/WC54BZf4fJ94/?ref=app