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

phpfastcgi模式上传大文件报错怎么办?

  1. addhandle fcgid-script .fcgi
  2. fcgidconnecttimeout 20
  3. # to get around upload errors when uploading images increase the maxrequestlen size to 15mb
  4. fcgidmaxrequestlen 15728640

如果是php+apache windows环境,参考如下配置,在php.ini中找到 upload_max_filesize,及其他post_max_size、max_input_time、memory_limit、 max_execution_time配置 修改上传文件大小,然后重启apache服务器即可。