输入banner图图片脚本导航/分类

解决PHP上传大文件出现错误的问题

  1. max_execution_time = 30
  2. post_max_size = 8M
  3. upload_max_filesize = 2M

重启Web Server,OK!

对于,有错误但没有提示消息的情况,可以开启PHP的日志文件,记录好错误日志,以备遇到问题时查看。 将日志写入指定文件: error_log = "/path/to/error.log" windows系统的话,可以将日志写入系统日志: error_log = syslog