<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : PFS max size for a single file (KB)</title>
		<link>https://www.cotonti.com</link>
		<description>Neueste Themenbeiträge</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Sun, 12 Apr 2026 12:41:41 -0000</pubDate>

		<item>
			<title>dervan</title>
			<description><![CDATA[upload maximum size is limited by minimum value from these parameters in php.ini:<br />
upload_max_filesize<br />
post_max_size<br />
memory_limit<br />
<br />
note: -1 (? or emty string ?) for memory_limit means that memory is not limited<br />
<br />
to avoid any problems <a href="http://www.cotonti.com/forums.php?m=posts&amp;q=2003">like this</a>, check for real upload limit was added to Cotonti 0.0.3, and can't will be configured Cotonti above this limit<br />
<br />
please call phpinfo() to see these parameters at your host, or use script:<br />
<pre class="code">
&lt;?php
$par_a = array('upload_max_filesize', 'post_max_size', 'memory_limit');
foreach ($par_a as $par)
{
	echo &quot;$par = &quot;, ini_get($par), '&lt;br /&gt;';
}
?&gt;
</pre>
<br />
if you don't have acсess to php.ini, you can attempts to increase upload limit with directives in .htaccess:<br />
php_value upload_max_filesize <em>value</em><br />
php_value post_max_size <em>value</em><br />
php_value memory_limit <em>value</em>]]></description>
			<pubDate>Fr, 13 Mär 2009 06:23:28 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=2347&d=0#post9934]]></link>
		</item>
		<item>
			<title>urlkiller</title>
			<description><![CDATA[sound like the same prop i got: <a href="http://www.cotonti.com/forums.php?m=posts&amp;p=9750&amp;n=last#bottom">http://www.cotonti.com/forums.php?m=posts&amp;p=9750&amp;n=last#bottom</a><br />
<br />
it has something to do with the php.ini filesize settings...<br />
sounds like it is a slight missconfig in the core code. but is already fixed annd submited.]]></description>
			<pubDate>Fr, 13 Mär 2009 01:21:48 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=2347&d=0#post9889]]></link>
		</item>
		<item>
			<title>DemptD</title>
			<description><![CDATA[Whenever i set this to something else it just goes automaticly to &quot;12288&quot;<br />
<br />
Is it something with the server or?]]></description>
			<pubDate>Fr, 13 Mär 2009 00:58:09 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=2347&d=0#post9885]]></link>
		</item>
	</channel>
</rss>