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

0
Votes

Sample : https://stackblitz.com/edit/nkeqad-4njpjo?file=index.js,index.html


If the user removes the uploaded files using the remove method, the user unable to upload the same files again.


Replication procedure :

  1. Run the sample.
  2. Upload a file.
  3. Clear the uploaded file using “CLEAR ALL” button.
  4. Again, upload the same file.

Expected Output: The files need to be uploaded.

Current Output: The files are not uploaded, when try to upload the same file.