New to Kendo UI for Angular? Start a free 30-day trial
FileRestrictions
Configures the restrictions for the files that can be uploaded.
Name | Type | Default | Description |
---|---|---|---|
allowedExtensions? |
|
The list of the allowed file extensions
(see example).
Recognizes entries of both | |
maxFileSize? |
|
Defines the maximum file size in bytes (see example). | |
minFileSize? |
|
Defines the minimum file size in bytes (see example). |