The default upload size is set to 2M. This can be increased by creating a .htaccess file in your public directory with the following:
php_value upload_max_filesize ?M
Then replace ? with the value you want to use. The maximum limit is 64M.
The default upload size is set to 2M. This can be increased by creating a .htaccess file in your public directory with the following:
php_value upload_max_filesize ?M
Then replace ? with the value you want to use. The maximum limit is 64M.
Comments
0 comments
Article is closed for comments.