You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@cocoon.apache.org by do...@cocoon.apache.org on 2004/11/19 10:30:43 UTC

[Cocoon Wiki] Updated: FileUploadsWithCocoon2.1

   Date: 2004-11-19T01:30:42
   Editor: NicoVerwer <nv...@email.com>
   Wiki: Cocoon Wiki
   Page: FileUploadsWithCocoon2.1
   URL: http://wiki.apache.org/cocoon/FileUploadsWithCocoon2.1

   fixed table layout

Change Log:

------------------------------------------------------------------------------
@@ -5,7 +5,7 @@
 '''Configuration'''[[BR]]
 Unlike most configuration in Cocoon, all the options controlling file uploads in Cocoon 2.1 are set in web.xml:
 
-||'''parameter name'''||'''default value'''||'''Description (see web.xml comments for more)'''|||| 
+|| '''parameter name''' || '''default value''' || '''Description (see web.xml comments for more)''' ||||
 ||enable-uploads||false||"Turn on" upload handling in Cocoon.  As a convenience can also be set from a local build property config.enable-uploads=true||
 ||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||