Please answer this simple SPAM challenge: max(six, nine)? (Example: nine)
If your $_FILES and $_POST are empty, this can be due to- the limit set by post_max_size in php.ini- the limit set by upload_max_filesize in php.iniUnfortunately the first limit is not reported back as an error code in $_FILES['error'].
<< Back to user notes page