The C1FileInfo that contains data about the uploaded file.

Namespace:  C1.Web.UI.Controls.C1Upload
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

C#
public C1FileInfo UploadedFile { get; }
Visual Basic (Declaration)
Public ReadOnly Property UploadedFile As C1FileInfo
	Get

See Also