You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by jo...@apache.org on 2006/12/16 00:30:20 UTC

svn commit: r487714 - /cocoon/branches/BRANCH_2_1_X/src/blocks/databases/samples/mod-db/file-upload-blob.xsp

Author: joerg
Date: Fri Dec 15 15:30:18 2006
New Revision: 487714

URL: http://svn.apache.org/viewvc?view=rev&rev=487714
Log:
enable-uploads is configured in build.properties

Modified:
    cocoon/branches/BRANCH_2_1_X/src/blocks/databases/samples/mod-db/file-upload-blob.xsp

Modified: cocoon/branches/BRANCH_2_1_X/src/blocks/databases/samples/mod-db/file-upload-blob.xsp
URL: http://svn.apache.org/viewvc/cocoon/branches/BRANCH_2_1_X/src/blocks/databases/samples/mod-db/file-upload-blob.xsp?view=diff&rev=487714&r1=487713&r2=487714
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/src/blocks/databases/samples/mod-db/file-upload-blob.xsp (original)
+++ cocoon/branches/BRANCH_2_1_X/src/blocks/databases/samples/mod-db/file-upload-blob.xsp Fri Dec 15 15:30:18 2006
@@ -68,8 +68,8 @@
 	  *.jpg using the database reader (declared in the root database samples sitemap) which simply
 	  retrieves the binary data from the database and streams it to the browser.</p>
 
-      <p>The default installation of Apache Cocoon does not allow
-      uploads. This feature needs to be enabled in web.xml</p>
+      <p>For this sample uploads need to be enabled in web.xml. This happens by default
+      via the property <code>config.enable-uploads</code> in build.properties.</p>
 
 
       <table cellpadding="2" cellspacing="2" border="0">