Re: Set Unlimited Image Folder Upload Size

  •  09-16-2014, 1:34 PM

    Re: Set Unlimited Image Folder Upload Size

    Hi spencet,

     

    You can change the image store folder size limitation from file "\CuteSoft_Client\CuteEditor\Configuration\Security\Default.config", the setting below.

     

    <security name="MaxImageFolderSize">102400</security> 

     

    For the upload image size, you can change it with

     

    <security name="MaxImageSize">200</security>

     

    Regards,

     

    Ken 

View Complete Thread