<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.
Example
<kendo:upload-files>
<kendo:upload-file></kendo:upload-file>
</kendo:upload-files>
Configuration Attributes
extension java.lang.String
The extension of the initial file.
Example
<kendo:upload-file extension="extension">
</kendo:upload-file>
name java.lang.String
The name of the initial file.
Example
<kendo:upload-file name="name">
</kendo:upload-file>
size float
The size of the initial file.
Example
<kendo:upload-file size="size">
</kendo:upload-file>