Gets the FileInfo instance for the uploaded file.

Namespace: ElementIT.UltimateUploader
Assembly: ElementIT.UltimateUploader (in ElementIT.UltimateUploader.dll) Version: 1.4.3.10526 (1.4.3)

Syntax

C#
public FileInfo UploadedFile { get; }
Visual Basic
Public ReadOnly Property UploadedFile As FileInfo
	Get
Visual C++
public:
property FileInfo^ UploadedFile {
	FileInfo^ get ();
}

Field Value

The FileInfo instance for the uploaded file.

See Also