Is this for DSpace 6 JSPUI or XMLUI? Or for DSpace 7?
--
Sean
From:
dspac...@googlegroups.com <dspac...@googlegroups.com> on behalf of Ronald Brenes Arce <ronald...@gmail.com>
Date: Monday, June 27, 2022 at 4:59 PM
To: DSpace Technical Support <dspac...@googlegroups.com>
Subject: [dspace-tech] How do I increase the size of files to upload?
|
Caution: This message was sent from outside the University of Manitoba. |
--
All messages to this mailing list should adhere to the Code of Conduct:
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
---
You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
dspace-tech...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/dspace-tech/25d508bd-03cc-4dbd-969a-2abcc62eab18n%40googlegroups.com.
DSpace 6.3 should allow for at least 2GB based on the org.apache.cocoon.uploads.maxsize setting in webapps/xmlui/WEB-INF/cocoon/properties/core.properties
Lots of useful info in the discussions from an old bug resolved in DSpace 6.1:
https://github.com/DSpace/DSpace/issues/5724
If Tomcat is behind an Apache/nginx proxy, there are limits imposed at the proxy layer that you should check as well.
To view this discussion on the web visit https://groups.google.com/d/msgid/dspace-tech/d081e091-2405-4845-92c2-83ae4035cc68n%40googlegroups.com.
So, you don’t have an upload issue, but instead have a download issue.
You will want to increase this parameter in your local.cfg or dspace.cfg file:
xmlui.content_disposition_threshold
To view this discussion on the web visit https://groups.google.com/d/msgid/dspace-tech/aa79919f-e14b-44f3-abc6-65acd7b53ac9n%40googlegroups.com.