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!
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