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.
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!
How did it go?