2012-01-13 166 views
2

我想調整/實現Plone 4.1和Ploneboard的最大對話附件上傳文件大小。Plone + Ploneboard最大上傳文件大小

碼處理的上傳似乎是這PloneBoard:

# Create files in message 
    if files: 
     for file in files: 
      # Get raw filedata, not persistent object with reference to tempstorage 
      # file.data might in fact be OFS.Image.Pdata - str will piece it all together 
      attachment = File(file.getId(), file.title_or_id(), str(file.data), file.getContentType()) 
      m.addAttachment(attachment) 

在哪裏以及如何上傳的filesizes在Plone,Zope和Ploneboard調整?

+0

AHA。看起來這個是在PloneBoard論壇中直接編輯頁面設置的。 – 2012-01-13 15:22:31

回答

3

看起來像這個被PloneBoard論壇控制的論壇直接編輯頁面設置。