HttpPostedFile.ContentLength プロパティ

定義

アップロードされたファイルのサイズをバイト単位で取得します。

public:
 property int ContentLength { int get(); };
public int ContentLength { get; }
member this.ContentLength : int
Public ReadOnly Property ContentLength As Integer

プロパティ値

ファイルの長さ (バイト単位)。

適用対象

こちらもご覧ください