标签: php codeigniter
从手机上传图片时出现旋转问题。
如何在library / file.php上修复它?
我解决了这个问题:https://gist.github.com/codee/3927343
我在libraries / file.php中的if($ bool)块中添加了
$this->CI->load->library('image_autorotate', array('filepath' => $this->data['full_path']));