HttpPostedFile.ContentLength プロパティ

定義

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

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

プロパティ値

バイト単位のファイル長。

適用対象

こちらもご覧ください