set upload_max_filesize
This commit is contained in:
parent
031cfb7b14
commit
927d769045
1 changed files with 4 additions and 0 deletions
|
@ -9,3 +9,7 @@ Options -Indexes
|
|||
Order Allow,Deny
|
||||
Deny from All
|
||||
</Files>
|
||||
|
||||
# Allow uploading large images
|
||||
php_value upload_max_filesize 32M
|
||||
php_value post_max_size 32M
|
||||
|
|
Loading…
Add table
Reference in a new issue