This documentation is for the old version. Go to the latest Upload Suite docs

FileUploadEventArgs.OriginalFileName Property

Gets a name of the original file.

Namespace: Aurigma.ImageUploader
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

Visual Basic
Public ReadOnly Property OriginalFileName As String
C#
public string OriginalFileName { get; }

Property Value

The value that represents name of the original file.

See Also

Reference