HTML Editor for ASP.NET AJAX
MaxUploadFileSizeInKB Property
Server ReferenceWinthusiasm.HtmlEditorHtmlEditorMaxUploadFileSizeInKB
Maximum allowable size in KB of an uploaded file in the Image Browser.
Declaration Syntax
C#
public int MaxUploadFileSizeInKB { get; set; }
Remarks
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.

Assembly: Winthusiasm.HtmlEditor (Module: Winthusiasm.HtmlEditor) Version: 2.3.0.0 (2.3.0.0)