JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Set php's max file upload size to 20MB
authorJason Woofenden <jason@jasonwoof.com>
Wed, 2 Nov 2011 08:30:28 +0000 (04:30 -0400)
committerJason Woofenden <jason@jasonwoof.com>
Wed, 2 Nov 2011 08:30:28 +0000 (04:30 -0400)
Default on debian seems to be 2MB?!

.htaccess

index 69c8641..832b4a5 100644 (file)
--- a/.htaccess
+++ b/.htaccess
@@ -1,5 +1,5 @@
-# php_value post_max_size 205M
-# php_value upload_max_filesize 200M
+php_value post_max_size 25M
+php_value upload_max_filesize 20M
 php_flag register_globals off
 php_flag magic_quotes_gpc off
 Options -MultiViews