Re: [PHP] Re: Max File Upload

2006-08-16 Thread Richard Lynch
On Wed, August 16, 2006 4:11 am, Colin Guthrie wrote: > I can't rembmer but does Apache have a max size that is independant of > PHP? Perhaps you'll need to set both? Apache has a limit on POST size, which is a super-set of your file upload size limit. > While on the topic, is there a nice way to

[PHP] Re: Max File Upload

2006-08-16 Thread Colin Guthrie
Richard Lynch wrote: On Tue, August 15, 2006 1:50 pm, Jeremy Privett wrote: http://us2.php.net/manual/en/ini.core.php#ini.upload-max-filesize In later versions of PHP, you can't use ini_set to set upload_max_filesize ... The changeable option is PHP_INI_PERDIR now, meaning you can only change i