标签: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