Displaying 1 result from an estimated 1 matches for "file_sender".
2014 Jan 13
3
apache - upload files bigger than 2Go
Hi,
I need to upload files larger than 4.4Gb (iso DVD) on CentOS (5.5 x64)
http server (httpd-2.2.3-43.el5.centos)
On the apache server set in my /etc/php.ini
upload_max_filesize = 4900M
post_max_size = 5000M
In my httpd.conf I set :
LimitRequestBody 0
I'm using firefox and/or chrome client for upload a file with 4.2gb size
on the server.
But it doesn't work.