This question about Configuration: Answered
How can I increase the maximum size for attachments which defaults to 10000 KB?
I looked through the whole configure section in expert mode but it doesn't seem to be defined there.
--
IngoKappler - 24 Sep 2009
Answer
10000 KB is the default value set in System.DefaultPreferences.
To change that site wide to unlimited, write in Main.SitePreferences:
* Set ATTACHFILESIZELIMIT = 0
To change that in one particular web to 20.000K, write in the web's WebPreferences:
* Set ATTACHFILESIZELIMIT = 20000
--
ArthurClemens - 24 Sep 2009
Great, thanks.
--
IngoKappler - 24 Sep 2009