ASPxClientUploadControlUploadingProgressChangedEventArgs.currentFileName Property
In This Article
Gets the name of the file being currently uploaded.
#Declaration
TypeScript
currentFileName: string
#Property Value
Type | Description |
---|---|
string | A string value that represents the file name. |
#Remarks
The currentFileName property contains the name of the file, but it doesn’t store the path to the file.
See Also