RE: [PHP] $_FILE array being truncated
[email protected] ("Richard Lee")
| Newsgroups | php.general |
|---|---|
| Message-ID | <[email protected]> |
> Check out max_file_uploads which was added in PHP 5.2.12 and defaults to > 20. Yes that was the problem, I set max_file_uploads higher and it works now. Thanks