Update of /var/cvs/contributions/CMSContainer_Modules/fileupload
In directory james.mmbase.org:/tmp/cvs-serv11817/fileupload

Modified Files:
        README.txt 
Log Message:
CMSC-1074 - Transfer upload module from InContext to CMSc - Updated docs


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Modules/fileupload
See also: http://www.mmbase.org/jira/browse/CMSC-1074


Index: README.txt
===================================================================
RCS file: /var/cvs/contributions/CMSContainer_Modules/fileupload/README.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- README.txt  1 Oct 2008 10:19:07 -0000       1.1
+++ README.txt  1 Oct 2008 13:11:14 -0000       1.2
@@ -1,16 +1,25 @@
 DESCRIPTION:
 This module allows for uploading and managing large files to the application 
server. It automatically creates an object of type "file" in the database for 
each uploaded file. The file can than be attached to a regular content element 
using the included search_contentelement_posrel_file.xml wizard.
 
-CONFIGURATION:
- - 
 
-TODO:
- - Some text is not yet included in resourcebundles
- - A servlet to provide easy access to files
 
+CONFIGURATION:
+The module will add a File upload configuration page to the modules section of 
the CMSc. On this page you can edit the settings for the module. You should 
adjust those settings to your CMSc project. Available settings are:
 
 Key: fileupload.urlprefix
-Value: /fileupload
+Example value: /fileupload
+Description: 
 
 Key: fileupload.storepath
-Value: /home/tomcat/
\ No newline at end of file
+Example value: /home/tomcat/
+Description: The directory on the server in which the uploaded files are 
stored. Ensure that the application server has the proper rights on this folder 
to read/write/delete files.
+
+Key: fileupload.allowedmimetypes
+Example value: text/html,plain/text
+Description: A comma seperated list of MIME-types that can be uploaded.
+
+
+
+TODO:
+ - Some text is not yet included in resourcebundles
+ - A servlet to provide easy access to files
\ No newline at end of file
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to