UploadFileInfo
Contains information which is related to the selected file.
Name | Type | Default | Description |
---|---|---|---|
extension? |
|
The file extension including the leading dot—for example, | |
getRawFile? |
|
Gets the raw file instance. | |
name |
|
The file name. | |
progress |
|
The current upload progress. | |
size? |
|
The file size in bytes. | |
status |
|
The current state of the file— | |
uid |
|
The unique identifier of the group (batch) with one or more files. Has to be set for the initial list of files. | |
validationErrors? |
|
A list which contains the validation errors (if any). |