RadzenUpload - Maximum number of files accepted

Hi, I'm trying to use a RadzenUpload component that looks like this:

But when I try to upload more than 10 files, I get this exception

I have tried the test components on Radzen's own website (Blazor Upload Component | Free UI Components by Radzen) and the same happens with the ‘Upload client-side without Url’ component, which is similar to my case.

What I need is to be able to upload more than 10 files. Is there a solution?

Thanks

Check the Blazor documentation: ASP.NET Core Blazor file uploads | Microsoft Learn

Long story short you should specify the maximumFileCount parameter of the GetMultipleFiles method when you invoke it.

It will be part of our next update before the end of the week:

Looking forward to get that update!

Thanks!