Unplanned
Last Updated: 29 Jun 2021 09:05 by ADMIN
rudy
Created on: 06 Jul 2014 05:58
Category: Upload
Type: Feature Request
11
Add a throttle limit to the upload widget
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.
3 comments
ADMIN
Nencho
Posted on: 29 Jun 2021 09:05

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.

Aaron
Posted on: 24 Jan 2018 23:57
Any update on adding this to the roadmap?
JohnVS
Posted on: 16 Jul 2015 20:41
This throttling functionality has already been done by plugins like PLupload (http://www.plupload.com/docs/pluploadQueue).