码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2014-07-16 23:12:13      阅读:206      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   color   文件   io   

解决办法:

\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张,不能点确定

标签:style   blog   http   color   文件   io   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!