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

After removing the file and trying to upload the same file again continuously the previous data maintain on the argument data.


Sample link: https://www.syncfusion.com/downloads/support/common/3876/ze/Blazor_Upload_App_113acde6.zip


Replication procedure:

1. Run the sample

2. Click browse to upload a file

3. Now actioncomplete event argument has filedata count as 1

4. Now remove the file using delete icon

5. Now again upload the removed same file again

6. Now actioncomplete event argument has filedata count as 2

Expected: filedata count as 1 when reupload the same file

Output: filedata count as increased when re upload the same file