Pages

Tuesday, August 14, 2012

Change PHP.ini settings for file upload


php_flag file_uploads on

php_value post_max_size "8M"

php_value upload_max_filesize "8M"

php_value max_input_time "60"