diff --git a/.htaccess b/.htaccess index 1b05963..b2cfacd 100644 --- a/.htaccess +++ b/.htaccess @@ -5,5 +5,6 @@ IndexIgnore * # php_value max_execution_time 300 # php_value post_max_size 100M # php_value upload_max_size 100M +# php_value upload_max_filesize 5M # php_value max_file_uploads 100 # diff --git a/.user.ini b/.user.ini index b7b352f..f6bf2b8 100644 --- a/.user.ini +++ b/.user.ini @@ -4,4 +4,5 @@ ;max_execution_time = 60 ;post_max_size = 100M ;upload_max_size = 100M +;upload_max_filesize = 5M ;max_file_uploads = 100