The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
VJVinitha Jeyakumar Syncfusion Team June 16, 2022 11:50 AM UTC
Hi Cristian,
We couldn't upload the files through parameter, but your requirement to upload preloaded files which are in a list, can be achieved by using foreach loop with UploaderUploadedFiles tag. please check the code and sample below,
Code snippet:
<SfUploader >
<UploaderFiles>
@foreach(UploaderUploadedFiles data in UploaderFiles)