File upload maximum folder size

Posted By mattlynham Tue 12 Nov 2013
Add to Favorites0
Author Message
mattlynham
 Posted Tue 12 Nov 2013
Supreme Being

Supreme Being - (3,982 reputation)Supreme Being - (3,982 reputation)Supreme Being - (3,982 reputation)Supreme Being - (3,982 reputation)Supreme Being - (3,982 reputation)Supreme Being - (3,982 reputation)Supreme Being - (3,982 reputation)Supreme Being - (3,982 reputation)Supreme Being - (3,982 reputation)

Group: Forum Members
Last Active: Fri 24 Jan 2014
Posts: 7, Visits: 24
Does any one know how to increase the maximum folder size for the uploads folder, when uploading documents via the document upload icon in the WYSIWYG? It says mine is 100mb, but can find where this is set?
Paul
 Posted Tue 12 Nov 2013
große Käse

große Käse - (522,944 reputation)große Käse - (522,944 reputation)große Käse - (522,944 reputation)große Käse - (522,944 reputation)große Käse - (522,944 reputation)große Käse - (522,944 reputation)große Käse - (522,944 reputation)große Käse - (522,944 reputation)große Käse - (522,944 reputation)

Group: Administrators
Last Active: Tue 10 Sep 2024
Posts: 807, Visits: 2,748
Which version of kartris is it (the wysiwyg editor is different depending on version)? 100mb seems pretty big for files to be uploading, but I don't think there would be anything within Kartris to enforce this. Most likely it will be a limitation on the server. If on shared hosting, you might be stuck, but on your own server you should be able to lift any limitations from the metabase I think.

--
If my post solves your issue, can you 'Mark as Answer' so it's easier for other users to find in future.

If you would like to be informed of new features, new releases, developments and occasional special bonuses, please sign up to our mailing list: http://bit.ly/19sKMZb
mattlynham
 Posted Mon 18 Nov 2013
Supreme Being

Supreme Being - (3,982 reputation)Supreme Being - (3,982 reputation)Supreme Being - (3,982 reputation)Supreme Being - (3,982 reputation)Supreme Being - (3,982 reputation)Supreme Being - (3,982 reputation)Supreme Being - (3,982 reputation)Supreme Being - (3,982 reputation)Supreme Being - (3,982 reputation)

Group: Forum Members
Last Active: Fri 24 Jan 2014
Posts: 7, Visits: 24
Hi Paul

Thanks for the reply.

It's Kartris 1.4004, and its not the actual file upload limit its actually the "Max upload folder size" - which somehow we have gone over anyway! ( see screenshot below ).

It's on our own dedicated server, and there is not limitation on folder size there so I'm a little lost where this is coming from?

http://forum.kartris.com/Uploads/Images/24127a89-c489-40ea-aba0-d7a0.png
Paul
 Posted Mon 18 Nov 2013
große Käse

große Käse - (522,944 reputation)große Käse - (522,944 reputation)große Käse - (522,944 reputation)große Käse - (522,944 reputation)große Käse - (522,944 reputation)große Käse - (522,944 reputation)große Käse - (522,944 reputation)große Käse - (522,944 reputation)große Käse - (522,944 reputation)

Group: Administrators
Last Active: Tue 10 Sep 2024
Posts: 807, Visits: 2,748
This is the Cute HTML editor... I searched their support forums, and only found this:

http://cutesoft.net/forums/thread/25726.aspx

It's not really clear from the thread if this solved the posters' problems.


--
If my post solves your issue, can you 'Mark as Answer' so it's easier for other users to find in future.

If you would like to be informed of new features, new releases, developments and occasional special bonuses, please sign up to our mailing list: http://bit.ly/19sKMZb
mattlynham Marked As Answer
 Posted Tue 19 Nov 2013
Supreme Being

Supreme Being - (3,982 reputation)Supreme Being - (3,982 reputation)Supreme Being - (3,982 reputation)Supreme Being - (3,982 reputation)Supreme Being - (3,982 reputation)Supreme Being - (3,982 reputation)Supreme Being - (3,982 reputation)Supreme Being - (3,982 reputation)Supreme Being - (3,982 reputation)

Group: Forum Members
Last Active: Fri 24 Jan 2014
Posts: 7, Visits: 24
Cheers for this, it's now been resolved, I found 3 config files:
  1. /CuteSoft_Client/CuteEditor/Configuration/Security/Admin.config
  2. /CuteSoft_Client/CuteEditor/Configuration/Security/Default.config
  3. /CuteSoft_Client/CuteEditor/Configuration/Security/Guest.config
And updated the following lines in all three from:

<security name="MaxImageFolderSize">102400</security>
<security name="MaxMediaFolderSize">102400</security>
<security name="MaxFlashFolderSize">102400</security>
<security name="MaxDocumentFolderSize">102400</security>
<security name="MaxTemplateFolderSize">102400</security>

TO:

<security name="MaxImageFolderSize">1024000</security>
<security name="MaxMediaFolderSize">1024000</security>
<security name="MaxFlashFolderSize">1024000</security>
<security name="MaxDocumentFolderSize">1024000</security>
<security name="MaxTemplateFolderSize">1024000</security>

Similar Topics

Expand / Collapse

Reading This Topic

Expand / Collapse

Back To Top