HttpPostedFileWrapper::ContentLength Property

 

Gets the size of an uploaded file, in bytes.

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

public:
property int ContentLength {
	virtual int get() override;
}

Property Value

Type: System::Int32

The length of the file, in bytes.

.NET Framework
Available since 3.5
Return to top
Show: