<kendo:upload-files>

The list of files that will be initially rendered in the files list of the Upload.Each file object in the array has to contain the following properties: name; size or extension.

Example

<kendo:upload>
    <kendo:upload-files></kendo:upload-files>
</kendo:upload>

Configuration Attributes

Configuration JSP Tags

kendo:upload-file

The list of files that will be initially rendered in the files list of the Upload.Each file object in the array has to contain the following properties: name; size or extension.

More documentation is available at kendo:upload-file.

Example

<kendo:upload-files>
    <kendo:upload-file></kendo:upload-file>
</kendo:upload-files>
In this article
Not finding the help you need?