Bonjour, Je cherche à modifier la taille par défaut des pièces jointes. Est-ce que quelqu'un peut m'eclaircir à ce sujet. J'ai edité les fichiers templates "attachement" et "attach" mais à priori ce n'est pas à cet endroit que l'on peut modifier cette valeur. Merci de votre aide.
Hi Olivier, I'm not sure but looking at the FileUpload java class in the source code I can see: loadFileList(xwiki.getXWikiPreferenceAsLong("upload_maxsize", UPLOAD_DEFAULT_MAXSIZE, context), (int)xwiki.getXWikiPreferenceAsLong("upload_sizethreshold", UPLOAD_DEFAULT_SIZETHRESHOLD, context), This seems to indicate that there are 2 properties that can be set to control this: upload_maxsize and upload_sizethreshold. I've then google for "upload_maxsize" and "xwiki" and got the following page: http://www.xwiki.org/xwiki/bin/view/Dev/BigAttachments There are instructions in there about your issue. Hope it helps, -Vincent
-----Original Message----- From: olivier.bellier@cmc-video.fr [mailto:olivier.bellier@cmc- video.fr] Sent: mardi 14 novembre 2006 18:24 To: xwiki-users@objectweb.org Subject: [xwiki-users] Taille des fichiers joints
Bonjour,
Je cherche à modifier la taille par défaut des pièces jointes.
Est-ce que quelqu'un peut m'eclaircir à ce sujet.
J'ai edité les fichiers templates "attachement" et "attach" mais à priori ce n'est pas à cet endroit que l'on peut modifier cette valeur.
Merci de votre aide.
___________________________________________________________________________ Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions ! Profitez des connaissances, des opinions et des expériences des internautes sur Yahoo! Questions/Réponses http://fr.answers.yahoo.com
I have also found this page: http://www.xwiki.org/xwiki/bin/view/AdminGuide/Config+Larger+Attachments Not sure why we have 2 pages for the same topic. If anyone knows why then let me know which one is correct so that we can remove the other one. Thanks -Vincent PS: And please write in English... :-)
-----Original Message----- From: Vincent Massol [mailto:vincent@massol.net] Sent: mardi 14 novembre 2006 18:33 To: 'xwiki-users@objectweb.org' Subject: RE: [xwiki-users] Taille des fichiers joints
Hi Olivier,
I'm not sure but looking at the FileUpload java class in the source code I can see:
loadFileList(xwiki.getXWikiPreferenceAsLong("upload_maxsize", UPLOAD_DEFAULT_MAXSIZE, context), (int)xwiki.getXWikiPreferenceAsLong("upload_sizethreshold", UPLOAD_DEFAULT_SIZETHRESHOLD, context),
This seems to indicate that there are 2 properties that can be set to control this: upload_maxsize and upload_sizethreshold.
I've then google for "upload_maxsize" and "xwiki" and got the following page: http://www.xwiki.org/xwiki/bin/view/Dev/BigAttachments
There are instructions in there about your issue.
Hope it helps, -Vincent
-----Original Message----- From: olivier.bellier@cmc-video.fr [mailto:olivier.bellier@cmc- video.fr] Sent: mardi 14 novembre 2006 18:24 To: xwiki-users@objectweb.org Subject: [xwiki-users] Taille des fichiers joints
Bonjour,
Je cherche à modifier la taille par défaut des pièces jointes.
Est-ce que quelqu'un peut m'eclaircir à ce sujet.
J'ai edité les fichiers templates "attachement" et "attach" mais à priori ce n'est pas à cet endroit que l'on peut modifier cette valeur.
Merci de votre aide.
___________________________________________________________________________ Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions ! Profitez des connaissances, des opinions et des expériences des internautes sur Yahoo! Questions/Réponses http://fr.answers.yahoo.com
participants (2)
-
olivier.bellier@cmc-video.fr -
Vincent Massol