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/10/23 00:05:58 UTC

[Cocoon Wiki] Updated: FileUploadsWithCocoon2.1

   Date: 2004-10-22T15:05:57
   Editor: PaulJoseph <pj...@yahoo.com>
   Wiki: Cocoon Wiki
   Page: FileUploadsWithCocoon2.1
   URL: http://wiki.apache.org/cocoon/FileUploadsWithCocoon2.1

   Suggest option to specify keeping the file permanently.

Change Log:

------------------------------------------------------------------------------
@@ -27,3 +27,4 @@
 
 What this means is that a form constructed to post a file to any Cocoon page will result in that file being parsed and either kept in memory or saved automatically (though temporarily) to disk.  Without this knowledge, the file upload sample shipping with Cocoon ([http://localhost:8080/cocoon/samples/xsp/upload here in Tomcat] [http://localhost:8888/samples/xsp/upload here in Jetty]) seems confusingly simple to some - the code in the xsp does not upload the file (nor does any action as some may suspect) but merely lists information about it...  In fact, the sample has nothing to do with xsp and should probably be moved.
 
+It would be real nice if it could have an option to save the file permanently!!