Hi all,
Does php have a standard error if a file is uploaded that's too big i.e. the file is bigger than php.ini's upload_max_filesize setting.
I seem to get this message when the file's too big.
Warning: Unable to open 'none' for reading: No such file or directory in c:\program files\apache group\apache\htdocs\test.php on line 43
but this is message also appears if I try to upload a blank form.
I've read in places that php doesn't output any error message when the file's too big but just doesn't upload it (could have been down to error supression for them though).
Ta