Welcome Guest, Not a member yet? Register   Sign In
Increase server upload limit
#5

[eluser]danmontgomery[/eluser]
5 minutes spent on google reveals:

http://bytes.com/topic/php/answers/11666...d-max-size
Quote:post_max_size and upload_max_filesize aren't settable at runtime, because
that's too late. The PHP only runs after the file has been uploaded, i.e. it
can't reach the ini_set until the upload_max_filesize has already been
exceeded. See http://uk.php.net/manual/en/ini.php#ini.list which lists where
each can be changed.

memory_limit can be changed, since you can set it before you use up all the
memory.

You can change these either in the global php.ini file, or per-directory under
Apache using .htaccess files.

And php.net confirms:

http://www.php.net/manual/en/ini.list.php
Quote:post_max_size "8M" PHP_INI_PERDIR PHP_INI_SYSTEM in PHP <= 4.2.3. Available since PHP 4.0.3.

http://php.net/manual/en/configuration.c....modes.php
Quote:PHP_INI_PERDIR 6 Entry can be set in php.ini, .htaccess or httpd.conf


Messages In This Thread
Increase server upload limit - by El Forum - 05-26-2010, 10:15 AM
Increase server upload limit - by El Forum - 05-26-2010, 10:31 AM
Increase server upload limit - by El Forum - 05-26-2010, 11:05 AM
Increase server upload limit - by El Forum - 05-26-2010, 11:27 AM
Increase server upload limit - by El Forum - 05-26-2010, 11:33 AM
Increase server upload limit - by El Forum - 05-26-2010, 12:33 PM
Increase server upload limit - by El Forum - 05-26-2010, 02:34 PM
Increase server upload limit - by El Forum - 05-26-2010, 03:38 PM
Increase server upload limit - by El Forum - 05-27-2010, 12:56 AM
Increase server upload limit - by El Forum - 05-27-2010, 02:23 AM
Increase server upload limit - by El Forum - 05-27-2010, 04:09 AM
Increase server upload limit - by El Forum - 05-30-2010, 12:58 AM



Theme © iAndrew 2016 - Forum software by © MyBB