Skip to main content
A newer version of this page is available. .

ASPxClientUploadControlFile.size Property

Gets the size of the file selected for uploading.

Declaration

size: number

Property Value

Type Description
number

An Int64 value specifying 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