Welcome to the ASP.NET Core feedback portal. We’re happy you’re here! If you have feedback on how to improve the ASP.NET Core, 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!

2
Votes

The action complete event triggers when uploading the selected all files successfully. But when the selected file list clears a single file before upload the actioncomplete event did not trigger.


Replication Procedure:

sample link: https://stackblitz.com/edit/ghetxk-sdzsdy?file=index.ts

a. Run the sample.

b. Select 4 files to upload.

c. Remove any one selected file before upload using the cross icon.

d. Click upload button

e. See the issue

Expected: action complete event need to trigger

OutPut: action complete event not trigger