1: Edit security policy file.
The security policy file (default.config, admin.config and guest.config) can be found in the /CuteEditor/Configuration/Security folder. In security policy file you can find the MaxDocumentFolderSize element which contains the value of max file file upload size limit (in kbs). By default, it contains the following value:
<security name="MaxDocumentFolderSize">8192000</security>
You can modify the MaxDocumentFolderSize element to meet your own requirements.
For example:
<security name="MaxDocumentFolderSize">8192000</security>
2: Programmatically limit the size of the file upload folder
C# Example:
Editor1.Setting["security:MaxDocumentFolderSize"]= "8192000";
or
Editor1.SetSecurityMaxDocumentFolderSize= "8192000";
VB Example:
Editor1.Setting("security:MaxDocumentFolderSize")= "8192000"
or
Editor1.SetSecurityMaxDocumentFolderSize= "8192000"
asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
asp wysiwyg html editor: http://cutesoft.net/ASP
asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
Live Support: http://cutesoft.net/live-support/default.aspx