RadzenHtmlEditorImage - file formats

Is there a built-in way to specify allowed file extensions in RadzenHtmlEditorImage?
I would like to restrict uploads so that users can only select and upload specific image formats (e.g., JPG, JPEG, PNG, BMP).

Does RadzenHtmlEditorImage provide any parameter or configuration for limiting accepted file types, or is this currently not supported?

Hi @Rafal_Wolschlaeger,

There is no such option for the time being - RadzenHtmlEditor accepts all images. Feel free to submit a pull request. The relevant code is here: radzen-blazor/Radzen.Blazor/RadzenHtmlEditorImage.razor at master · radzenhq/radzen-blazor · GitHub