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:
- /CuteSoft_Client/CuteEditor/Configuration/Security/Admin.config
- /CuteSoft_Client/CuteEditor/Configuration/Security/Default.config
- /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>
|
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
|
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?
|
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
|
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?
|