xxxxxxxxxx
JPG To Base64:
https://freetoolssite.com/tools/jpg-to-base64-converter-online
xxxxxxxxxx
This is the best one, all the others are meh
https://www.base64-image.de/
xxxxxxxxxx
<form runat="server">
<input accept="image/*" type='file' id="imgInp" />
<img id="blah" src="#" alt="your image" />
</form>
Run code snippet