Index: lams_contentrepository/lib/jakarta-commons/commons-fileupload.jar
===================================================================
diff -u
Binary files differ
Index: lams_contentrepository/web/WEB-INF/struts/.struts-config.mex
===================================================================
diff -u -r9521d8efcb3e577a474aed2d2bb69b2231d19801 -r2e997e1e672fbb98b6a24a29768fc1d0ac5f4ef4
--- lams_contentrepository/web/WEB-INF/struts/.struts-config.mex	(.../.struts-config.mex)	(revision 9521d8efcb3e577a474aed2d2bb69b2231d19801)
+++ lams_contentrepository/web/WEB-INF/struts/.struts-config.mex	(.../.struts-config.mex)	(revision 2e997e1e672fbb98b6a24a29768fc1d0ac5f4ef4)
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
Index: lams_contentrepository/web/WEB-INF/struts/struts-config.xml
===================================================================
diff -u -r9521d8efcb3e577a474aed2d2bb69b2231d19801 -r2e997e1e672fbb98b6a24a29768fc1d0ac5f4ef4
--- lams_contentrepository/web/WEB-INF/struts/struts-config.xml	(.../struts-config.xml)	(revision 9521d8efcb3e577a474aed2d2bb69b2231d19801)
+++ lams_contentrepository/web/WEB-INF/struts/struts-config.xml	(.../struts-config.xml)	(revision 2e997e1e672fbb98b6a24a29768fc1d0ac5f4ef4)
@@ -5,42 +5,49 @@
    
       
       
+      
    
 
    
-	   
-	   
-	   
-	   
-	   
-	   
-	   
+   	
+   	
+	
+	
+	
+	
+	
+	
+	
+	
+	
+	
+	
+	
+	
+	
+	
+	
+	
+	
+	
+	
+	
+	
+	
+	
+	
+	
+	
+	
+	
+	
+	
+	
     
    
     
    
-      
+	     
    
 
    
@@ -53,18 +60,27 @@
          attribute="loginRepositoryForm"
          input="/loginRepository.jsp"
          parameter="method">
-         
+         
+	     
       
       
+         parameter="method">
+	     
+	     
+      
       
+         path="/addFileContent"
+         type="com.lamsinternational.lams.contentrepository.struts.action.AddFileContentAction"
+         name="addFileContentForm"
+         input="/addNode.jsp"
+         parameter="method">
+         
+	     
+      
    
 
    
Index: lams_contentrepository/web/addNode.jsp
===================================================================
diff -u
--- lams_contentrepository/web/addNode.jsp	(revision 0)
+++ lams_contentrepository/web/addNode.jsp	(revision 2e997e1e672fbb98b6a24a29768fc1d0ac5f4ef4)
@@ -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" %>
+ 
+ 
+	
+		Add file or package to workspace
+	
+	
+		Upload New Content
+		
+		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): 
+			Single File:
+			File to upload?  
+				
+			
Package:
+			Directory name:  
+			Name of initial file in directory. 
+			
+
+		
 
+		
+		
+		
+		
+	
+	
+
Index: lams_contentrepository/web/index.html
===================================================================
diff -u -r9521d8efcb3e577a474aed2d2bb69b2231d19801 -r2e997e1e672fbb98b6a24a29768fc1d0ac5f4ef4
--- lams_contentrepository/web/index.html	(.../index.html)	(revision 9521d8efcb3e577a474aed2d2bb69b2231d19801)
+++ lams_contentrepository/web/index.html	(.../index.html)	(revision 2e997e1e672fbb98b6a24a29768fc1d0ac5f4ef4)
@@ -12,8 +12,9 @@
   
     Repository Demo.
     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