Gets the file name and extension of the client file path string.

Namespace:  EasyAlgo.EAUpload
Assembly:  EasyAlgo.EAUpload (in EasyAlgo.EAUpload.dll)
Version: 1.3.2.0

Syntax

C#
public string CurrentFileName { get; }
Visual Basic (Declaration)
Public ReadOnly Property CurrentFileName As String

Field Value

Type: System..::.String
A string consisting of the characters after the last directory character in path of the current uploading file. Default value is ""

Remarks

Representes a validated file name, it means that the returned string does not contains the characters that are not allowed in file names.

Examples

You can find an example in the description of UploadStatus class.

See Also