How can I load the base64 image from database?


I stored the image in the base64 format in the database. When I drag it into the image component it shows an error.

Welcome to the forum!

You should use an image component inside the listbox

Thank you.

Thank you. Now I am using the image component, but it still doesn't work.

The error says the file object must have the schema

{
 "name": 'file name string',
 "type": 'image/*',
 "sizeBytes": number,
 "base64Data": 'base64 string goes here'
}

Your object looks to be an array with differently named key/value pairs. Have you tried to convert to an object and renaming the keys as per the schema requested?

Thank you very much. I will try it.

Hi @Cheng_Eddy, welcome to the forum! :wave:
How did it go? :eyes: