解决办法:

\Data\Ueditor\php\Uploader.class.php

190行左右

/**
     * 获取文件扩展名
     * @return string
     */
    private function getFileExt()
    {
        date_default_timezone_set("PRC");
        return strtolower( strrchr( $this->file[ "name" ] , '.' ) );
    }

添加了date_default_timezone_set("PRC");

 

我也是网上找到的,出处:

http://blog.sina.com.cn/s/blog_546f2daa01019mi5.html

相关文章:

  • 2021-12-23
  • 2021-12-14
  • 2022-01-01
  • 2021-09-03
  • 2021-11-13
  • 2021-11-29
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-05-24
  • 2022-12-23
  • 2021-12-22
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案