共用方式為


HttpPostedFile.ContentLength 屬性

定義

取得上傳的檔案大小 (以位元組為單位)。

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

屬性值

Int32

檔案長度,以位元組為單位。

適用於

另請參閱