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

Description: When sequential upload and chunk upload are enabled, and multiple files are uploaded, pausing the first file prevents the remaining files from being uploaded automatically.

 

Sample: Sample


Steps to Reproduce:

  1. Run the sample.
  2. Attempt to upload two or three large files.
  3. Pause the first file.
  4. Observe that the second and following files are not uploaded automatically.

Expected Behavior: When the first file is paused, the remaining files should continue to upload automatically.


Actual Behavior: When the first file is paused, the remaining files do not upload automatically.