FileRestrictions
Interface
Configures the restrictions for the files that can be uploaded.
Definition
Package:@progress/kendo-angular-upload
Properties
allowedExtensions?
string[]
The list of allowed file extensions
(see example).
Accepts entries of both .type (for example, .docx, .png, .svg, .xls) and type (for example, docx, png, svg, xls) values.
maxFileSize?
number
The maximum file size in bytes (see example).
minFileSize?
number
The minimum file size in bytes (see example).