出錯NotSupportedException in AbstractEncoder.php line 151: Encodingformat (tmp) is not supported.
這個只是在windows中會出現,只需要在下面代碼添加一個 case 'tmp': 即可
case 'jpg':
case 'jpeg':
case 'image/jpg':
case 'image/jpeg':
case 'image/pjpeg':
case 'tmp': //這是新添加的
出錯NotSupportedException in AbstractEncoder.php line 151: Encodingformat (tmp) is not supported.
這個只是在windows中會出現,只需要在下面代碼添加一個 case 'tmp': 即可
case 'jpg':
case 'jpeg':
case 'image/jpg':
case 'image/jpeg':
case 'image/pjpeg':
case 'tmp': //這是新添加的
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。