2012-01-13 2 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), 조프와 Ploneboard에 조정?

+0

AHA. PloneBoard 포럼 편집 페이지 설정에서 직접 제어 된 것 같습니다. –

답변

3

PloneBoard 포럼 페이지 설정에서 직접 제어되는 것처럼 보입니다.

관련 문제