FileSelectSettings
Interface
Defines the settings interface for the FileSelect functionality used in components that integrate the FileSelect component.
Definition
Package:@progress/kendo-angular-upload
Syntax:
TS
const fileSelectSettings: FileSelectSettings = {
multiple: true,
disabled: false
};
Properties
accept?
string
Sets the accept attribute of the internal input element of the component.
disabled?
boolean
Disables the component.
multiple?
boolean
Allows you to select multiple files. When you set this to false, you can select only one file at a time.
name?
string
Specifies the name attribute of the input element of the FileSelect.
Sets the restrictions for selected files.
showFileList?
boolean
Controls the visibility of the file list.
tabindex?
number
Sets the tabindex of the component.
zoneId?
string
Sets the id of the external drop zone that you want to associate with the component.