cotonti.com : PFS max size for a single file (KB) https://www.cotonti.com Последние сообщения в теме Cotonti en Tue, 07 Oct 2025 12:19:58 -0000 dervan upload_max_filesize
post_max_size
memory_limit

note: -1 (? or emty string ?) for memory_limit means that memory is not limited

to avoid any problems like this, check for real upload limit was added to Cotonti 0.0.3, and can't will be configured Cotonti above this limit

please call phpinfo() to see these parameters at your host, or use script:
<?php
$par_a = array('upload_max_filesize', 'post_max_size', 'memory_limit');
foreach ($par_a as $par)
{
	echo "$par = ", ini_get($par), '<br />';
}
?>

if you don't have acсess to php.ini, you can attempts to increase upload limit with directives in .htaccess:
php_value upload_max_filesize value
php_value post_max_size value
php_value memory_limit value]]>
пт, 13 мар 2009 06:23:28 -0000
urlkiller http://www.cotonti.com/forums.php?m=posts&p=9750&n=last#bottom

it has something to do with the php.ini filesize settings...
sounds like it is a slight missconfig in the core code. but is already fixed annd submited.]]>
пт, 13 мар 2009 01:21:48 -0000
DemptD
Is it something with the server or?]]>
пт, 13 мар 2009 00:58:09 -0000