Set Unlimited Image Folder Upload Size

Last post 09-17-2014, 11:16 AM by Kenneth. 6 replies.
Sort Posts: Previous Next
  •  09-16-2014, 10:52 AM 80411

    Set Unlimited Image Folder Upload Size

    Is there a way to modify the code to allow unlimited image and/or file upload sizes? We keep having to increase the upload limit on our production site but we'd like to find a way to make it unlimited if possible.

     

    Thanks,

    Tim 

  •  09-16-2014, 1:34 PM 80412 in reply to 80411

    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 

  •  09-16-2014, 2:33 PM 80413 in reply to 80412

    Re: Set Unlimited Image Folder Upload Size

    Ken,

     

    I am aware I can change those values in those locations but what I am asking is, is there a value setting for "unlimited" that can be set? Or do we just have to increase the values to some ridiculous numbers that hopefully it never reaches? 

  •  09-16-2014, 3:30 PM 80414 in reply to 80413

    Re: Set Unlimited Image Folder Upload Size

    Hi,

     

    Set to 0 should be unlimited.

     

    Regards,

     

    Ken 

  •  09-16-2014, 3:36 PM 80415 in reply to 80414

    Re: Set Unlimited Image Folder Upload Size

    Ok great, we'll get that a shot. 

     

    Thank you 

  •  09-17-2014, 10:25 AM 80416 in reply to 80414

    Re: Set Unlimited Image Folder Upload Size

    Looks like setting to 0 doesn't allow any size uploads at all rather than allowing for unlimited size:



    My current settings in Default.config:

          <security name="MaxImageSize">0</security>             <!-- default: 200 --> 

          <security name="MaxImageFolderSize">0</security>   <!-- default: 102400kbs --> 

  •  09-17-2014, 11:16 AM 80417 in reply to 80416

    Re: Set Unlimited Image Folder Upload Size

    Hi spencet,

     

    The upload image size setting is due to the uploader control. Maybe you can set it to 500M for example,  it should be same as unlimited size.

     

    Regards,

     

    Ken 

View as RSS news feed in XML