Maximum allowable size in KB of an uploaded file in the Image Browser.
| C# |
public int MaxUploadFileSizeInKB { get; set; }
This property controls the maximum size of an uploaded file.
Attempts to upload files larger than this size return an error
message.
The default is 256. The minimum is 1. the maximum is 10240.
Note: It is recommended that the developer also set the maxRequestLength in a Web.config file as described in the AspxDirectory discussion.