From: avl Date: Tue, 17 Nov 2009 18:21:19 +0000 (+0200) Subject: max upload 20Mb default X-Git-Tag: 0.5~373 X-Git-Url: https://git.andy128k.dev/?a=commitdiff_plain;h=4268a0d955f11bf7b0245c40a71cd1f7abc4567f;p=ipf.git max upload 20Mb default --- diff --git a/ipf/form/field/file.php b/ipf/form/field/file.php index 45bfbea..8245614 100644 --- a/ipf/form/field/file.php +++ b/ipf/form/field/file.php @@ -6,7 +6,7 @@ class IPF_Form_Field_File extends IPF_Form_Field public $move_function = 'IPF_Form_Field_moveToUploadFolder'; public $remove_function = 'IPF_Form_Field_removeFile'; public $rename_function = 'IPF_Form_Field_renameFile'; - public $max_size = 8388608; // 8MB + public $max_size = 20971520; // 20MB public $move_function_params = array(); function clean($value)