ASPxClientUploadControlFile.name Property
In This Article
Gets the name of the file selected for uploading.
#Declaration
TypeScript
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