ASPxClientUploadControlFile Properties
Represents a client file that corresponds to a particular file selected for uploading in the upload control.| Name | Description |
|---|---|
| name | Gets the name of the file selected for uploading. |
| size | Gets the size of the file selected for uploading. |
| sourceFileObject | Provides access to the file as a native Javascript object. |
See Also