New to Kendo UI for VueStart 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 files property along with the onAdd and onRemove events.

  • In uncontrolled mode the defaultFiles are passed and the component handles the rest.

Controlled Mode

To enable the controlled mode of the files for upload:

  1. Set the files property.
  2. 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 ...
In this article
Controlled ModeUncontrolled ModeSuggested Links
Not finding the help you need?
Contact Support