Files
configurationThe 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
- extension
The
filesoption is available only when the Upload is in async mode. As a result, the files are displayed as uploaded successfully.
files
Arrayfiles.extension
StringThe extension of the initial file.
files.name
StringThe name of the initial file.
files.size
NumberThe size of the initial file.