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
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 delta降尺度计算的一些细节,有偿
  • ¥15 Arduino红外遥控代码有问题
  • ¥15 数值计算离散正交多项式
  • ¥30 数值计算均差系数编程
  • ¥15 redis-full-check比较 两个集群的数据出错
  • ¥15 Matlab编程问题
  • ¥15 训练的多模态特征融合模型准确度很低怎么办
  • ¥15 kylin启动报错log4j类冲突
  • ¥15 超声波模块测距控制点灯,灯的闪烁很不稳定,经过调试发现测的距离偏大
  • ¥15 import arcpy出现importing _arcgisscripting 找不到相关程序