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

php 超时等待时间太长;

 

解决:

 

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

 

 

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

 

解决:

 

打开webupload.js

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

修改为:

 

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

 

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

 

相关文章:

  • 2021-07-11
  • 2021-12-23
  • 2022-03-01
  • 2022-12-23
  • 2021-04-18
  • 2021-06-29
  • 2022-12-23
  • 2021-08-28
猜你喜欢
  • 2021-11-04
  • 2021-11-20
  • 2021-08-06
  • 2022-12-23
  • 2021-10-10
  • 2022-01-21
  • 2021-09-16
相关资源
相似解决方案