I see in the forums you do not support what i need - but we really need it and will have to use a different control without it. We need the ability to have the upload control, look, feel and act like it does in "Async Mode". But when in this mode we need it to only upload 1 or two individual files at a time. The issue is not bandwidth it is processing power. So the "batch" trick doesn't work - we don't need all the files at once. We need one file at-a-time, with the easy of letting the user pick a bunch and see them all listed out. Something like Async{ throttleLimit: 2} - Where throttle limit simply keeps the number of pending uploads to 2 and waits until they succceed/fail to start uploading the next and so on.
Hello,
We currently have the concurrent configuration option for the Upload component, which give you the possibility to enable single file upload only (at a time):
https://docs.telerik.com/kendo-ui/api/javascript/ui/upload/configuration/async.concurrent
We are leaving the FR open, in order to measure the interest towards having the ability to specify more than one file upload at a time.
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.
Any update on adding this to the roadmap?
This throttling functionality has already been done by plugins like PLupload (http://www.plupload.com/docs/pluploadQueue).