Increasing upload limit with php.ini
Posted: Sat Dec 27, 2008 7:53 pm
I realize I'm not a developer, so this post may not be appropriate. Please move the post if it should appear elsewhere.
My host is a Linux server running PHP as CGI, so permission by 'nobody' is not permitted.
I needed to increase the upload file size from 3M to 12M. My Host placed a php.ini file in the root directory where the cms is located. the php.ini file contains:
upload_max_filesize = 12M
max_execution_time = 60
However, the client is still having difficulty uploading files larger than 3M. I check the cpanel for PHP information and file upload size shows as 3M. I also checked the system information in CMS admin and it says:
* safe_mode: Off (False)
* phpversion: 5.2.5
* memory_limit: 64M
* max_execution_time: 30
* gd_version: 2
* session_save_path: No check because OS path
Can someone please explain to me what I need to do to increase execution time and increase upload file size?
Your assistance is greatly appreciated.
kp
My host is a Linux server running PHP as CGI, so permission by 'nobody' is not permitted.
I needed to increase the upload file size from 3M to 12M. My Host placed a php.ini file in the root directory where the cms is located. the php.ini file contains:
upload_max_filesize = 12M
max_execution_time = 60
However, the client is still having difficulty uploading files larger than 3M. I check the cpanel for PHP information and file upload size shows as 3M. I also checked the system information in CMS admin and it says:
* safe_mode: Off (False)
* phpversion: 5.2.5
* memory_limit: 64M
* max_execution_time: 30
* gd_version: 2
* session_save_path: No check because OS path
Can someone please explain to me what I need to do to increase execution time and increase upload file size?
Your assistance is greatly appreciated.
kp