Gets the FileInfo instance for the uploaded file.

Namespace: ElementIT.UltimateUploader
Assembly: ElementIT.UltimateUploader (in ElementIT.UltimateUploader.dll) Version: 1.6.0.18556 (1.6.0)

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