2009-01-29
Apache and PHP - File Upload Limits
If you can not upload a file using Apache and PHP, it's likely that some of your PHP configuration values are set too low. Here are the important ones to check:
Hope that helps some one :-)
- upload_max_filesize
- post_max_size
- memory_limit
- max_execution_time
- max_input_time
Hope that helps some one :-)