UploadedFile.SourceName Property ActiveX/Java Uploader ASP.NET

Gets a name of this user-selected file.

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

Syntax

C#
public abstract string SourceName { get; }

Property Value

Type: System..String

The name of this user-selected file.

Remarks

It is useful to employ this property to get name of the original file when only resized copy of an image is uploaded.

See Also

Reference