Modes of Operation
The Kendo UI for Vue Native Upload enables you to manage the files for upload that will be rendered by setting the Upload into its controlled or uncontrolled mode.
Controlled Mode
To enable the controlled mode of the files for upload:
- Set the
files
property. - Subscribe to the following events for updates:
Uncontrolled Mode
To enable uncontrolled mode of the files for upload, set the initial list of files by using the defaultFiles
property.