Hi Syncfusion team,
I am trying to upload multiple images in the rich text editor at the same time, but I am struggling to do so. I have enabled multiple file selection in the file browser:
(document.getElementsByClassName('e-uploader')[0] as any).ej2_instances[0].multiple = true;
And I was able to upload them on server successfully:
But when I click on "Insert" in the rich text editor, it only shows one image, regardless of how many I have selected and uploaded.
Thank you for your answers in advance.
Best regards,
Stefan.