How do I change the PHP Max Upload file size?

In an .htaccess file in the KBPublisher installation directory change and uncomment line:
php_value upload_max_filesize

For example, if the desired filesize is 3 meg, the following directive would be placed in the .htaccess:
php_value upload_max_filesize "3M"


You also may want to change the following directives:


If you are on windows with IIS server .htaccess file will not work for you,
You should update these settings in php.ini file.



Article ID: 225
Last updated: 28 Mar, 2011
Revision: 3
HowTo, Tips & Tricks -> PHP & MySQL -> How do I change the PHP Max Upload file size?
https://www.kbpublisher.com/kb/how-do-i-change-the-php-max-upload-file-size_225.html