ASPxClientUploadControlFile.size Property
In This Article
Gets the size of the file selected for uploading.
#Declaration
TypeScript
size: number
#Property Value
Type | Description |
---|---|
number | The file’s size, in bytes. |
#Remarks
Use the ASPxClientUploadControlFile.name property to get the name of the file selected for uploading. To obtain information about the selected file as a native javascript object (for example, the date of the last modification), use the ASPxClientUploadControlFile.sourceFileObject property.
See Also