AJAX Uploader

How to limit the upload speed?

To control the upload speed, you need to add an entry to your Web.config file. Please note that this setting will not work for small files or SilverLight upload mode.


Example:

<add key="CuteWebUI.AjaxUploader.UploadSpeedKB" value="20" />