On Monday 21 May 2007 21:18, silverfish at wright-family.me.uk wrote: > Is the upoad via PHP? > > If so, you can use this to increase PHP's upload limit: > > ini_set(upload_max_filesize,{new_bytes_max}); Returns false, PHP_INI_PERDIR = 0. Even if it worked, the file is already uploaded (or not) by the time that function can be called.