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

ASPxClientUploadControlFile.name Property

Gets the name of the file selected for uploading.

Declaration

name: string

Property Value

Type Description
string

A string value that specifies the file’s name.

Remarks

Use the ASPxClientUploadControlFile.size property to get the size 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