Getting Started with the Kendo UI for Angular FileSelect
The FileSelect helps users select single or multiple files from their file systems.
It is a richer version of an <input type='file'>
element and supports model binding, templates, forms and more.
Basic Usage
The following example demonstrates the FileSelect in action.
Functionality and Features
- Forms support
- Model binding
- Disabled FileSelect
- File restrictions
- External Dropzone
- Templates
- Globalization
- Keyboard navigation
Events
The following example demonstrates the FileSelect events in action.