FileUpload::HasFiles Property

.NET Framework (current version)
 

Gets a value that indicates whether any files have been uploaded.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

public:
[BrowsableAttribute(false)]
property bool HasFiles {
	bool get();
}

Property Value

Type: System::Boolean

true if any files have been uploaded; otherwise, false.

This method also returns false if an empty file (zero bytes) is uploaded.

.NET Framework
Available since 4.5
Return to top
Show: