Jose,

You are correct.  The 'upload.max' setting is only used by JSPUI. 

The XMLUI uses it's cocoon configuration to set the maximum upload size 
(as that's a setting in Cocoon itself).  This setting can be found at:

[dspace-src]/dspace-xmlui/dspace-xmlui-webapp/src/main/webapp/WEB-INF/cocoon/properties/core.properties

This file contains all the Apache Cocoon default configurations that 
are utilized by the XMLUI.

The specific setting you are looking for in that file is this one:
org.apache.cocoon.uploads.maxsize=1000000000

By default it is set to 10MB maximum file size.  But, you can increase 
that value as needed.

- Tim

On Wednesday, November 30, 2011 10:34:39 AM, Blanco, Jose wrote:
> Is the dspace.cfg  parameter upload.max used in xmlui?  I only see it being 
> used in the jspui.  If it's not, what is the max?
>
> Thank you!
> Jose
>
> ------------------------------------------------------------------------------
> All the data continuously generated in your IT infrastructure
> contains a definitive record of customers, application performance,
> security threats, fraudulent activity, and more. Splunk takes this
> data and makes sense of it. IT sense. And common sense.
> http://p.sf.net/sfu/splunk-novd2d
> _______________________________________________
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to