Changes for page Attachments
Last modified by Manuel Leduc on 2022/03/21
Change comment:
Added a section on size limit
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -66,6 +66,14 @@ 66 66 67 67 See the [[XWiki Syntax Guide>>platform:Main.XWikiSyntax]] for more details. 68 68 69 += Size Limit = 70 +The maximum size of an attachment is limited by a a configuration parameter in XWikiPreferences document. It is set to about 10MB by default. 71 +To change it: 72 +1. Go to <yourwiki>/xwiki/bin/edit/XWiki/XWikiPreferences?editor=object 73 +2. Click on the line that says ##XWikiPreferences 0## (right below the line that says ##Objects of type XWiki.XWikiPreferences (1)##) 74 +3. Scroll down to the field that says ##Maximum Upload Size## and change the number to whatever size you want (it is expressed in bytes) 75 +4. Scroll to the bottom and click save. 76 + 69 69 = Attachment Storage = 70 70 XWiki offers plugin attachment storage mechanisms so you can store your attachments in the database or directly in the filesystem. 71 71