I am puzzled, I want to change the upload_max_file size setting, if I
do this with
ini_set('upload _max_filesize', 8000000);
the upload_max_file size is not set. However, if I make the change in
..htaccess with "php_value upload_max_file size 8m", this works.
Why does not the ini_set work?
do this with
ini_set('upload _max_filesize', 8000000);
the upload_max_file size is not set. However, if I make the change in
..htaccess with "php_value upload_max_file size 8m", this works.
Why does not the ini_set work?
Comment