You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@cocoon.apache.org by Apache Wiki <wi...@apache.org> on 2007/06/14 08:18:02 UTC

[Cocoon Wiki] Update of "FileUploadsWithCocoon2.1" by DerekLastname

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Cocoon Wiki" for change notification.

The following page has been changed by DerekLastname:
http://wiki.apache.org/cocoon/FileUploadsWithCocoon2%2e1

The comment on the change is:
clarify default max file size

------------------------------------------------------------------------------
  ||upload-directory||upload-dir under the "work directory"||where Cocoon should put temporary uploaded files on disk if configured to do so||
  ||autosave-uploads||true||Causes all files to be saved temporarily to upload-dir during the request||
  ||overwrite-uploads||rename||what to do with name conflicts with existing file.  Acceptable values are '''deny''', '''allow''', '''rename''' (default, but could possibly lead to endless loop condition with concurrent requests using the same upload file name)||
- ||upload-max-size||10000000 (10 Mb)||maximum allowed size of uploads||
+ ||upload-max-size||102 400 bytes||maximum allowed size of uploads; normal default of 10Mb is overwritten in web.xml "as shipped" to allow Cocoon samples to run||
  
  '''Examples'''[[BR]]
  There are several approaches to handling uploads in Cocoon: