Click or drag to resize
UploadedFileGetName Method
Returns the name and extension of the file on the client's computer.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public string GetName()

Field Value

Type: String
A string consisting of the characters after the last directory character in file name on the client's computer.
Remarks
The separator characters used to determine the start of the file name are DirectorySeparatorChar and AltDirectorySeparatorChar.
See Also