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!
Issue 1: For non-chunked uploads:
Replication Procedure:
Expected Behavior: CustomHeader and customformdata setted in the OnUploadStart event should updated properly and key names of custom headers which are present from BeforeUploadStart should shows in actual format
Actual Behavior: CustomHeader and customformdata setted in the OnUploadStart event not updated properly and key names of custom headers which are present from BeforeUploadStart are converted to lowercase
Case2: For chunked uploads, OnUploadStart is called twice
Replication Procedure:
Expected Behavior: For chunked uploads, OnUploadStart event should trigger once
Actual Behavior: For chunked uploads, OnUploadStart is called twice