Voting

: max(six, nine)?
(Example: nine)

The Note You're Voting On

juk
19 years ago
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.ini

Unfortunately the first limit is not reported back as an error code in $_FILES['error'].

<< Back to user notes page

To Top