NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HttpPostedFile.ContentLength

Returns the size of an uploaded file, in bytes.

[Visual Basic]
Overridable Public ReadOnly Property ContentLength As Integer
[C#]
public int ContentLength {virtual get;}
[C++]
public: __property virtual int get_ContentLength();
[JScript]
public function get ContentLength() : int;

See Also

HttpPostedFile Class | HttpPostedFile Members | System.Web Namespace