PHP 8.5.0 Beta 1 available for testing

Voting

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

The Note You're Voting On

Mark
14 years ago
$_FILES will be empty if a user attempts to upload a file greater than post_max_size in your php.ini

post_max_size should be >= upload_max_filesize in your php.ini.

<< Back to user notes page

To Top