0
Uses for base64
For what usage is base64 applicable? Is it usable for audio, external files, text, and/ or images?
3 Réponses
+ 2
emails, urlencoding
+ 1
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
+ 1
Thank you!