On 19/08/2009, at 7:06 PM, Mariano A. Belladonna wrote:

> Is there a limit imposed by DSpace on the size of files to be included
> into an item? Can it be fixed somehow?
>
>


DSpace 1.4.2 has the parameter `upload.max' you can set in  
dspace.cfg. How it works is detailed in FileUploadRequest.java. Look for

  int maxSize = ConfigurationManager.getIntProperty("upload.max");
  DiskFileUpload upload = new DiskFileUpload();
  upload.setSizeMax(maxSize);

Best wishes,

Van Ly
vly at usyd dot edu dot au





------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to