Knowledge Base - FAQ
Question: How can I override the php max upload filesize?One of our clients sent this our way:
I was able to solve this issue with an .htaccess file as you suggested. The content of the .htaccess file to increase the maximum file upload size to 30 Mb is:
php_value upload_max_filesize 30M php_value post_max_size 30M
Last Modified: May 17, 2005




