Wiki source code of [Deprecated starting XWiki 10.5RC1] Enable Filesystem Attachment Store
Last modified by Ilie Andriuta on 2022/05/03 09:29
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | 1. Edit the {{code}}webapps\xwiki\WEB-INF\xwiki.cfg{{/code}} file: | ||
| 2 | |||
| 3 | For XWiki versions < 9.10RC1:((( | ||
| 4 | {{code}} | ||
| 5 | xwiki.store.attachment.hint = file | ||
| 6 | xwiki.store.attachment.versioning.hint = file | ||
| 7 | xwiki.store.attachment.recyclebin.hint = file | ||
| 8 | {{/code}} | ||
| 9 | )))For XWiki versions >= 9.10RC1:((( | ||
| 10 | {{code}} | ||
| 11 | xwiki.store.attachment.hint = file | ||
| 12 | xwiki.store.attachment.versioning.hint = file | ||
| 13 | xwiki.store.attachment.recyclebin.content.hint = file | ||
| 14 | {{/code}} | ||
| 15 | ))) | ||
| 16 | 1. Make sure these lines are not commented out (don't have an # at the start of each line) | ||
| 17 | 1. Start XWiki | ||
| 18 | 1. Create a new page (P1) | ||
| 19 | 1. Add some attachments to P1 | ||
| 20 | 1. Go to {{code}}data\storage\xwiki\P1\~this\attachments{{/code}} |