Hi,
I have a query how do we restrict max file limit on multiple file upload component?
<RadzenUpload @ref="upload" Auto="false" MaxFileCount="12" Multiple="true" Url="upload/multiple" InputAttributes="@(new Dictionary<string,object>(){ { "aria-label", "select file" }})"
Progress=@OnProgress Style="width: 100%" />