Table of Contents
MaxDataSize Property

Specifies the limit for the size of uploaded file, in kilobytes. This limit can be used to prevent denial of service attacks that are caused, for example, by users uploading large files to the server.

Syntax
 public Int32 MaxDataSize { get; set; }
Remarks

The default value is 0, which means no limit is set. However, It is recommend to set this value to prevent denial of service attaches caused by user uploading large files.

See Also