文章来自:源码在线https://www.shengli.me/php/153.html

php 超时等待时间太长;

 

解决:

 

php.ini中的max_execution_time为0;(http请求等待时间为永久)

 

 

ueditor中设置了请求超时,提示:上传失败,请重试!

 

解决:

 

打开webupload.js

ueditor编辑器上传文件超时报错

修改为:

 

ueditor编辑器上传文件超时报错

 

就是把ueditor上传文件等待时间加长。

 

相关文章: