How do I get the Base64 of a file created with ImageInput

Try this!

const base64 = await utils.getDataByObjectURL(imageInput1.value[0])