New to Kendo UI for Vue? Start a free 30-day trial
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.
-
The controlled mode gives you manual control over all the actions through the
filesproperty along with theonAddandonRemoveevents. -
In uncontrolled mode the
defaultFilesare passed and the component handles the rest.
Controlled Mode
To enable the controlled mode of the files for upload:
- Set the
filesproperty. - Subscribe to the following events for updates:
Change Theme
Theme
Loading ...
Uncontrolled Mode
To enable uncontrolled mode of the files for upload, set the initial list of files by using the defaultFiles property.
Change Theme
Theme
Loading ...