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!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

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:

  1. Run the sample
  1. Upload any file
  1. You can see the issue in network tab

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:

  1. Run the sample
  1. Upload any file
  1. You can see the issue in network tab

Expected: expect the sending binary data just once.

Actual: sending the same file data twice (in two form parameters called chunkFile and UploadFiles).