PDA

View Full Version : Max Request/Upload Size



Vitaby
01-12-2010, 07:17 AM
Hello. I need to increase the limit on sending/receiving files more than 5GB.
How Can I Do it?

DA send me post -
Invalid session timeout or max filesize values
Details
Keep the numbers to a realistic value please.

Thnx!

scsi
01-12-2010, 07:53 AM
Edit your php.ini

Vitaby
01-12-2010, 09:27 AM
Its
; Maximum allowed size for uploaded files.
upload_max_filesize = 8000M


; Maximum size of POST data that PHP will accept.
post_max_size = 8000M


but no effect.
File is uploaded to the FTP normally, but it can not download. Not with ftp or http. If reduce the size up to 2GB. Then works well

R1Lover
01-12-2010, 11:56 AM
what version of apache are you running?

Vitaby
01-12-2010, 12:47 PM
what version of apache are you running?

Apache 1.3.41 Running
DirectAdmin 1.34.5 Running
Exim 4.67 Running
MySQL 5.0.67 Running
Named 9.3.3rc2 Running
ProFTPd 1.3.1 Running
sshd Running
dovecot 1.1.7 Running



files Downloading does not work with ftp or with http or with scp and sftp. But uploading to ftp is good.

scsi
01-13-2010, 06:14 AM
Ftp, Directadmin, and PHP are all independant. If you are editing values in directadmin then those values are for directadmin only. It has nothing to do with php scripts or with ftp server.

R1Lover
01-18-2010, 11:16 AM
you need apache 2.x for large file support.