Index: lams_contentrepository/lib/jakarta-commons/commons-fileupload.jar =================================================================== RCS file: /usr/local/cvsroot/lams_contentrepository/lib/jakarta-commons/Attic/commons-fileupload.jar,v diff -u Binary files differ Index: lams_contentrepository/web/addNode.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_contentrepository/web/addNode.jsp,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ lams_contentrepository/web/addNode.jsp 18 Jan 2005 06:20:34 -0000 1.1 @@ -0,0 +1,41 @@ +<%@ page language="java"%> + +<%@ taglib uri="/WEB-INF/struts/struts-bean.tld" prefix="bean" %> +<%@ taglib uri="/WEB-INF/struts/struts-html.tld" prefix="html" %> +<%@ taglib uri="/WEB-INF/struts/struts-logic.tld" prefix="logic" %> + + +
+Upload some new content. You can either upload a single file or enter a directory name + to upload a package. + You cannot do both. The content will be stored in the repository and it will also be + stored in a map in the session. This map is the equivalent to an application storing the + node uuid and version ids in its own database tables. For the rest of this session, + this data will be used to indicate the filename/directory names of the nodes + in the node list below.
+ +Version Description (Required for both):
File to upload?
Directory name:
+
+
This will allow you to view the file in a repository and add new - files. Note: This should not be run on a large workspace otherwise the - "list" page will take a long time to generate. + files.
+Note: Do not connect / log in to a large workspace otherwise the + "node list" page will take a long time to generate. Start Here