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

When uploading a file, the File Upload component sends the previously uploaded files multiple times.


Sample: Sample



Replication Steps:

  1. Run the sample.
  2. Upload any file (e.g., ABC.pdf) and check the console. The ActionComplete event should return the value properly.
  3. Now, upload two files (e.g., DEF.pdf and ABC.pdf), where one of the files is the previously uploaded one.
  4. Check the console again. The ActionComplete event returns invalid fileData.

Actual Behavior: When uploading a file that has already been uploaded, the ActionComplete event should return the correct fileData information.

Current Behavior: When uploading a file that has already been uploaded, the ActionComplete event does not return the correct fileData information.