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!
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 Sample: https://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