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!

1
Vote

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 :

  • Run the sample.
  • Browse any file one by one.
  • See the issue (
    it automatically uploads multiple files instead of a single file).

Case 2 :

  • Run the sample.
  • Drag &drop any file one by one.
  • See the issue (
    it automatically uploads multiple files instead of a single file).

Current Behavior: It automatically uploads multiple files instead of a single file.


Expected Behavior : It uploads single files instead of a multiple file.