On Sun, 2004-08-22 at 16:07, Alexander Dalloz wrote: > Am Mo, den 23.08.2004 schrieb Mike Ramirez um 0:49: > <snip> > > On RH9 by default in /etc/httpd/conf.d/php.conf the size of uploadable > files is strong restricted. > > <Files *.php> > SetOutputFilter PHP > SetInputFilter PHP > LimitRequestBody 524288 > </Files> > > This is bytes. So increase the value to something reasonable for your > application. > > Alexander > Just so you know. It wasn't the php.conf but /tmp was set to 755 and it should have been 777. Thanks Alexander