首页 > 其他 > 详细

百度Ueditor 图片上传无反应,显示上传0张,不能点确定

时间:2014-07-16 23:11:44      阅读:515      评论:0      收藏:0      [点我收藏+]

解决办法:

\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

百度Ueditor 图片上传无反应,显示上传0张,不能点确定,布布扣,bubuko.com

百度Ueditor 图片上传无反应,显示上传0张,不能点确定

原文:http://www.cnblogs.com/tlxma/p/3811547.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!