phppup Posted December 10, 2023 Share Posted December 10, 2023 I'm trying to upload images to a directory, but it seems that no matter how small the file sizes, the largest quantity uploaded is 20. I vaguely recall mention of a 20 MB maximum, but for test purposes, most of these files are only a few KB each. Any insight on this? On a related note, I had written code to reduce file sizes, but since this affects the array of images selected, are they being counted at the original size or the smaller size that results as each file in the array passes through the size-reduction process? Quote Link to comment Share on other sites More sharing options...
mac_gyver Posted December 11, 2023 Share Posted December 11, 2023 there's a setting - https://www.php.net/manual/en/ini.core.php#ini.max-file-uploads Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.