Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Description:
Case1:
Customer wants to send the CurrentRequest for each chunk upload. But CurrentRequest is not send properly when we set inside the OnChunkUploadStart event
Replication Procedure:
Expected: CurrentRequest should send properly
Actual: CurrentRequest is not send properly when we set inside the OnChunkUploadStart event
Case2:
when performing a chunk upload it seems to be sending the same file data twice (in two form parameters called chunkFile and UploadFiles). I would expect the binary data just once
Replication Procedure:
Expected: expect the sending binary data just once.
Actual: sending the same file data twice (in two form parameters called chunkFile and UploadFiles).