duangewu5234 2016-07-30 15:08
浏览 166
已采纳

我无法在php.ini中更改值upload_max_filesize

i'm using

post_max_size = 9M
upload_max_filesize = 8M
max_execution_time = 1000
max_input_time = 1000

to change the value in php.ini and put it at the root of my site. But it is not changing. Can someone help me?

  • 写回答

1条回答 默认 最新

  • douzhe9075 2016-07-30 15:14
    关注

    Use phpinfo() to figure out what ini file is being loaded:

    enter image description here

    • Ensure you're editing the correct file
    • Ensure there is nothing below it in the file that would overwrite the previous upload_max_filesize
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?