There is currently an implementation in the works. You can find it here:
http://svn.xwiki.org/svnroot/xwiki/contrib/sandbox/xwiki-store/xwiki-store-…
Unfortunately there is no .jar file so you would have to compile it yourself and support
for
filesystem based attachment history storage is currently nonexistant.
If you are interested, the process is you install maven and compile the jar file then drop
the jar
into your /WEB-INF/lib directory and change the line in xwiki.cfg which says:
# xwiki.store.attachment.hint=default
and make it say
xwiki.store.attachment.hint=file
This is of course alpha but I have used it and it should work fine.
Also to prevent the attachments being saved in the database by the versioning store
change:
# xwiki.store.attachment.versioning.hint=default
to
xwiki.store.attachment.versioning.hint=void
This will however prevent you having a version history for attachments.
Caleb
On 12/16/2010 03:37 AM, Donnie Lee wrote:
Hi!
Is there a way to use file-based store for attachments? I have low
memory server and can't use current DB implementation.
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users