I have a page for upload files, In .htaccess file I have this:
.htaccess
php_value upload_max_filesize 40M php_value post_max_size 40M
I
You need to set following values to increase file upload size file_uploadsile_uploads upload_max_filesize max_input_time memory_limit max_execution_time post_max_size Cheers