HttpPostedFile.ContentLength Property

Definition

Gets the size of an uploaded file, in bytes.

public int ContentLength { get; }

Property Value

The file length, in bytes.

Applies to

See also