Browse Source

Added max_upload_filesize ini parameter

Candid Dauth 10 years ago
parent
commit
475f0d8218
2 changed files with 2 additions and 0 deletions
  1. 1 0
      .htaccess
  2. 1 0
      .user.ini

+ 1 - 0
.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
 #</IfModule>

+ 1 - 0
.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