HttpPostedFileBase.ContentLength Property

 

When overridden in a derived class, gets the size of an uploaded file, in bytes.

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

abstract ContentLength : int with get
override ContentLength : int with get

Property Value

Type: System.Int32

The length of the file, in bytes.

Exception Condition
NotImplementedException

Always.

.NET Framework
Available since 3.5
Return to top
Show: