EPrints Technical Mailing List Archive
Message: #09181
< Previous (by date) | Next (by date) > | < Previous (in thread) | Next (in thread) > | Messages - Most Recent First | Threads - Most Recent First
Re: [EP-tech] cannot upload file above 1GB
- To: <eprints-tech@ecs.soton.ac.uk>, Yuri <yurj@alfa.it>
- Subject: Re: [EP-tech] cannot upload file above 1GB
- From: David R Newman <drn@ecs.soton.ac.uk>
- Date: Thu, 19 Jan 2023 16:58:03 +0000
Hi Yuri,
I suspect this may be an Apache restriction on LimitRequestBody
[1]. The default value for this is 1073741824 bytes which is 1
GiB. I think you can put this in any Apache configuration file
but as you want to make sure this is maintained if you migrate
your repository, I would recommend adding it to your archive's
securevhost.conf, as I would assume you have HTTPS enabled and
therefore file uploads would only happen over HTTPS. A setting
something like:
LimitRequestBody 2147483648
Would up the max upload limit to 2GB, once you reload your webserver.
Regards
David Newman
[1]
https://httpd.apache.org/docs/2.4/mod/core.html#limitrequestbody
CAUTION: This e-mail originated outside the University of Southampton. Hi! I've just discovered that I can upload until 1GB without any problem (progress bar working correctly). If I upload above 1GB, the upload bar stay at 0% and never move, and no upload is done. In the browser, I can see it calls /cgi/users/ajax/upload_progress?progressid=<a string> about every 1 or 2 seconds, and the transferred bytes are zero. Below 1GB, I can see the number of transferred bytes progressing. How can I check what is the problem? It is Eprints 3.3.15 *** Options: http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech *** Archive: https://eur03.safelinks.protection.outlook.com/?url=""> *** EPrints community wiki: https://eur03.safelinks.protection.outlook.com/?url="">
- References:
- [EP-tech] cannot upload file above 1GB
- From: Yuri <yurj@alfa.it>
- [EP-tech] cannot upload file above 1GB
- Prev by Date: [EP-tech] cannot upload file above 1GB
- Next by Date: Re: [EP-tech] cannot upload file above 1GB
- Previous by thread: [EP-tech] Sort view with creators_name and corp_creators
- Index(es):