-
- addhandle fcgid-script .fcgi
- fcgidconnecttimeout 20
- # to get around upload errors when uploading images increase the maxrequestlen size to 15mb
- fcgidmaxrequestlen 15728640
复制代码
如果是php+apache windows环境,参考如下配置,在php.ini中找到
upload_max_filesize,及其他post_max_size、max_input_time、memory_limit、 max_execution_time配置
修改上传文件大小,然后重启apache服务器即可。
|