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!

0
Votes

The status code returns '1' during the second file upload in the OnActionComplete event when we bind allowMultiple as false and chunkUpload is enabled.

Issue Replicating Samplehttps://blazorplayground.syncfusion.com/BDBUXlhqIzqdvlkn

Reproduction Steps:

1. Run the sample

2. upload a file

3. see the console( statuscode is 2)

4. Again upload a file

5. you can see the issue in console

Expected Behavior: statuscode should return 2

Current Behavior: statuscode returns ‘1’ on second time file uploading in OnActionComplete event

Note: issue reproduced in 19.4.0.56 version itself