The file type exposes the following properties.
| Name | Description | |
|---|---|---|
|
|
angle | Gets or sets a rotation angle of the user-selected file. |
|
|
cropBounds | Gets or sets crop bounds of the user-selected file. |
|
|
description | Gets or sets the description to the user-selected file. |
|
|
file | Gets or sets the JavaScript File object. |
|
|
guid | Gets a unique identifier of the user-selected file. |
|
|
height | Gets or sets the height of the user-selected file. |
|
|
iconCssClass | Gets a string which is used to display an icon of this item. |
|
|
modified | Gets a last modified date of a file. |
|
|
name | Gets or sets the name of the user-selected file. |
|
|
relativePath | Gets or sets the relative path of a file inside the upload. |
|
|
selected | Gets or sets a value indicating whether the user-selected file is highlighted. |
|
|
size | Gets or sets the size of the user-selected file. |
|
|
tag | Gets or sets a custom data of the user-selected file (AKA tag). |
|
|
type | Gets a mime type of a file. |
|
|
width | Gets or sets the width of the user-selected file. |