For the Upload file error, it's possible that your Proxy (Apache or Nginx) 
has its own limits set for the size of file it will accept.

For Nginx, there's mention in this thread that "client_max_body_size" needs 
to be set if your want to upload larger 
files:  https://groups.google.com/g/dspace-tech/c/uPmBHCwbUsE/m/EtDFm2RxBgAJ

For Apache, there's mention in this thread that, if you are using a 
"Connector" you might need to set "disableUploadTimeout" and/or 
"connectionUploadTimeout" to avoid larger files timing 
out: https://groups.google.com/g/dspace-tech/c/FuhWNSQqzx4/m/jK-jR9UIBAAJ

Essentially, once you are trying to work with files that are larger than 
what your Proxy will allow, then you'll also need to modify settings at the 
Proxy level to avoid timeouts.

If those don't help, we'd need more information on the error.  The 
troubleshooting guide would be of use in finding underlying error 
messages: 
https://wiki.lyrasis.org/display/DSPACE/Troubleshoot+an+error#Troubleshootanerror-DSpace7.x(orabove)

Tim
On Thursday, June 8, 2023 at 2:36:54 AM UTC-5 sunit...@gmail.com wrote:

> Dear all
>
> 1. While configuring following the server failed to upload large files. If 
> following changes are made there is still an error. Is there any other 
> configuration also to be made?
>
>  In local.cfg, I increased upload file size by changing the local.cfg line
> spring.servlet.multipart.max-file-size = 512MB
> to
> spring.servlet.multipart.max-file-size = 3GB
> tried
> spring.servlet.multipart.max-file-size = -1
> But it fails to upload large files
>
> 2. How to customise "Simple Item Page".  This is to add more elements to 
> display
>
> Any help is greatly appreciated.
>
> with reg
>
> Sunita Barve
>
>

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/b9884583-edaf-46db-8edd-62a787922aa6n%40googlegroups.com.

Reply via email to