New to Kendo UI for AngularStart a free 30-day trial

FileSelectSettings

Defines the settings interface for the FileSelect functionality used in components that integrate the FileSelect component.

typescript
const fileSelectSettings: FileSelectSettings = {
  multiple: true,
  disabled: false
};
NameTypeDefaultDescription

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.

restrictions?

FileRestrictions

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.

Not finding the help you need?
Contact Support