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!>
Thanks for joining our community and helping improve Syncfusion products!
Issue Description:
When dragging and dropping one file at a time, it automatically uploads multiple files instead of a single file. However, sequential upload works fine when you drag and drop multiple files at once.
>>>>>>>>
Sample : https://stackblitz.com/edit/8qi9wl-kf6kpq?file=index.ts
>>>>>>>>
Note : sequential upload works fine when you drag and drop multiple files at once
Replication Procedure:
Case 1 :
Case 2 :
Current Behavior: It automatically uploads multiple files instead of a single file.
Expected Behavior : It uploads single files instead of a multiple file.