Changing upload_max_filesize on PHP

后端 未结 11 923
星月不相逢
星月不相逢 2020-11-22 16:50

I\'m using PHP 5.3.0 and have encountered something that might be a bug (in which case I\'ll report it) or might be me - so I\'m asking to make sure.

When running th

11条回答
  •  感动是毒
    2020-11-22 17:01

    This can also be controlled with the apache configuration. Check the httpd.conf and/or .htaccess for something like the following:

    php_value upload_max_filesize 10M
    

提交回复
热议问题