Duplicated
Last Updated: 08 Oct 2022 08:45 by ADMIN
Created by: Kasim
Comments: 1
Category: Upload
Type: Feature Request
2

Ref: https://demos.telerik.com/kendo-ui/upload/initialfiles

 

TelerikUpload control is a good start. However, missing an important feature of initial files. When can we expect this feature to be added to the control?

Duplicated
Last Updated: 14 May 2022 16:48 by ADMIN
The user is allowed to select any files. Why can't we implement the same accept="image/png, image/jpeg"> so that only these files can be selected?
Duplicated
Last Updated: 09 Nov 2020 12:44 by ADMIN
Created by: Tyler
Comments: 1
Category: Upload
Type: Feature Request
1

Right now we are hiding it based on styling. 

    .k-file-success{
    
    display:none !important;
    }
    
    
Would be nice to have a property to hide it.

We do this to provide a customized display of files uploaded.