From aceb0309731f94813eaefa9e34cd0253425c6151 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Mon, 10 Nov 2008 12:28:05 +0000 Subject: Raise upload_max_filesize and post_max_size to very high values --- .htaccess | 2 ++ 1 file changed, 2 insertions(+) (limited to '.htaccess') diff --git a/.htaccess b/.htaccess index ba099068..20170d5e 100644 --- a/.htaccess +++ b/.htaccess @@ -1,3 +1,5 @@ php_flag short_open_tag 1 php_flag register_globals 0 +php_value upload_max_filesize 20M +php_value post_max_size 100M -- cgit v1.2.3