New to Kendo UI for Angular? Start a free 30-day trial
FileInfo
Contains information which is related to the selected file.
Name | Type | Default | Description |
---|---|---|---|
extension? |
|
The file extension including the leading dot—for example, | |
httpSubscription? |
|
The observable subscription of the upload request. | |
name |
|
The file name. | |
rawFile? |
|
An in-memory representation of the file. | |
size? |
|
The file size in bytes. | |
state? |
|
The current state of the file— | |
uid? |
|
The unique identifier of the file or the batch of files. | |
validationErrors? |
|
A list containing the validation errors (if any). |