On Sat, May 4, 2013 at 9:28 AM, victor eberechi <[email protected]> wrote: > Hi, >
> 1) Is it possible to specify a file size limit for a specific page ? For > example, a specific page has 600MB for its file size limit, while other > have the default. No. I suppose you mean upload limit, like the one that can be configured in XWiki.XWikiPreferences (as per http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Attachments or http://www.xwiki.org/xwiki/bin/view/FAQ/Howtoincreasethemaximumattachmentsize ). > > 2) Is there a limit to the amount of files we can attach to a page ? If the > limit is by size, what is the total size limit for one page and how can I > change it? The number of attachments in not limited. Of course, you maybe have issues because the attachments pane is not paginated. As for the cumulated size, it depends where the attachments are stored, but in any case the limit is not imposed by XWiki but by the resources you have available: * for file system storage or regular databases the limit is given by the size of your hard drive * for in-memory databases like HSQLDB the limit is given by the available RAM memory. > > Xwiki version :1.4.1 Wow, that's a really old version.. Hope this helps, Marius > > Thanks > -- > Victor > _______________________________________________ > users mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/users _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
