Issue converting image to Base64 with KIO4_Base64 – Output Base64 is only 10 characters long

I’m using the KIO4_Base64 extension in Kodular. I select an image with Image_Picker and set it to CanvasHelper.BackgroundImage. Then I call CanvasToBase64, and in the AfterCanvasBase64 event I get the base64Data output, but the length of the Base64 string is only 10 characters (while it should be thousands of characters). What is the problem?

I don’t know, but i faced it 2 month ago, and then i created this one

com.imageutilities.imageutilities.aix (4.1 KB)

For some reason, the CanvasToBase64 function in the KIO4 extension does not work, even though it uses exactly the same code as provided in the standalone extension HERE (which does work)

1 Like