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

Sample : https://www.syncfusion.com/downloads/support/directtrac/general/ze/An_exception_occurs_in_the_File_upload_component_when_using_the_OpenReadStream_method975464107


               After updating to version 21.1.39, an exception occurs when using the OpenReadStream method and setting ShowFileList to false, and the user attempts to upload another file. If ShowFileList is set to true, the exception is not thrown.



Replication procedure :

  1. Run the sample.
  2. Upload a file.
  3. Again, try to upload another file.

Expected Output: The file must be uploaded without any exceptions.

Current Output: An exception occurs when the OpenReadStream method is used and ShowFileList is set to false.