Wednesday 19 July 2006 8:47:48 pm
Hi Marcin The max size file is handled by kernel/classes/datatypes/ezbinaryfile/ezbinaryfiletype.php, as fare as I know it's not any INI setting for changing this from MB to KB A dirty hack is to change this line in kernel/classes/datatypes/ezbinaryfile/ezbinaryfiletype.php from 1024 * 1024 * to only 1024 *.
$maxSize = 1024 * 1024 * $classAttribute->attribute( EZ_DATATYPESTRING_MAX_BINARY_FILESIZE_FIELD );
Remember it's not recommended to hack the kernel.
Best regards Egil Fujikawa Nes
BuildCMS - Av. Paulista 777, 15° Andar - CEP: 01311-100 - São Paulo
URL: http://www.buildcms.com
|