When we upload files with the Kendo Upload, it would be nice to upload them sequentially, in separate requests
Hello,
You can control the files simultaneously upload with the concurrent option of the API:
https://docs.telerik.com/kendo-ui/api/javascript/ui/upload/configuration/async.concurrent
Hope this would help.
Regards,
Nencho
Progress Telerik
Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.
Kenshin, I'm not sure if this is exactly what Slav is suggesting, but for our uses, it would be nice for the upload control to take any number of files, but only make one request at a time. e.g. A user selects and drops 10 files into the control and presses upload. The control would then upload the first file, and only when that request is complete, upload the next file. This can help mitigate burst traffic to servers. Even better would be a setting to set the number of simultaneous requests. Hope that makes sense!
Slav, can you elaborate further on what do you mean by "sequentially, in separate requests"? Presently we support multiple file uploads via the multiple property setting (http://docs.telerik.com/kendo-ui/api/javascript/ui/upload#configuration-multiple).