Hi,
I use SfUploder in Syncfusion.Blazor 18.3.0.52 nuget package version with Chunk file setting, when uploading files, both chunkFiles and UploadFiles parameters in my action controller (see below) contains one item (the part of file) in same time which double the length of my request on the web between Front and Controller.
Please how can fix this.
[HttpPost("[action]")]
public async Task Save(IList<IFormFile> chunkFile, IList<IFormFile> UploadFiles)
Thank you in advance.
Best regards.