Like many variables in PHP using ini_set () on the page, it actually doesn't work.
I recently updated my version of PHP and found that my multiple image downloader is now limited. After 3 hours of frustration, I found that my new PHP installation has a new parameter "max_file_uploads" set to "20".
Thus, only the first 7 images are loaded (each of three sizes, 7 * 3 = 21).
Now I can change the value of mypp.ini "max_file_uploads" to 300, but I would prefer not to do this side as a whole.
Is there a way to set this value for only one file (upload.php)? Can I use a .htaccess file for this?
Jon m source share