Unplanned
Last Updated: 17 Nov 2023 07:34 by Lenny
Created by: Lenny
Comments: 0
Category: Upload
Type: Feature Request
1
Expose the ability to explicitly set a batch size for the Upload component in order to limit the number of files that can be sent to the server
Unplanned
Last Updated: 07 Sep 2023 07:34 by Suresh
Created by: Suresh
Comments: 0
Category: Upload
Type: Feature Request
1

We would like to utilize the MaxFileInputsCount

//RadAsync Upload

 <telerik:RadAsyncUploadID ID="ruAttachments" runat="server" Width="100px" MaxFileInputsCount="3" TemporaryFileExpiration="20"   
                                                                        OnClientValidationFailed="ValidationFailed" OnClientFileUploadRemoved="ValidationError">
 </telerik:RadAsyncUploadID>

and the TemporaryFileExpiration configurations

//RadAsync Upload

<telerik:RadAsyncUploadID="ruAttachments" runat="server" Width="100px" TemporaryFileExpiration="00:20:00" 
                                                                        OnClientValidationFailed="ValidationFailed" OnClientFileUploadRemoved="ValidationError">
</telerik:RadAsyncUpload>

that are available in the Telerik UI for ASP.NET Ajax in the Telerik UI for ASP.NET Core.

Completed
Last Updated: 12 Apr 2023 13:21 by ADMIN
Release R2.2023-Increment.2(26.Apr.2023)
Created by: n/a
Comments: 1
Category: Upload
Type: Bug Report
1

Bug report

The Upload 'Select files' localization isn't working.

Reproduction of the problem

  1. Run this Dojo

Current behavior

The localization.select configuration doesn't have effect.

Environment

  • Kendo UI version: 2023.1.314
  • Browser: [all]
Unplanned
Last Updated: 23 Jul 2019 18:17 by ADMIN
Created by: Martin
Comments: 1
Category: Upload
Type: Feature Request
1

 

When the upload fails (for example, server crashes), the component shows a word "Done" which is quite positive (even technically correct from the point of view of some internal code which participates on sending this files to a server). I vote for using some less positive work like "Failed" or "Some failed" or so which more reflects the user point of view what really happened and triggers a warning that the user should investigate and retry if needed.