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

The actionComplete event does not fire on subsequent uploads after you have removed a failed file from the list.


Sample: https://stackblitz.com/edit/angular-ag5g94

Steps to Replicate:

  1. Run the above sample.
  2. Upload a file which will not pass the max file size validation. (i.e. greater than 10MB). Observe that the actionComplete event fires as expected.
  3. Upload another file which passes the max file size validation. The file should upload successfully. Observe that the actionComplete event fires as expected.
  4. Click the x to remove the first file that failed to upload.
  5. Upload another file which passes the max file size validation. The file should upload successfully. However, the actionComplete event does not fire. The actionComplete event does not fire for any subsequent upload.