代碼
運行環境:
Win64-apache2.4.9-php5.5.12
Ubuntu64-apache2.4.7-php5.5.9
我百度/Google 查了很多,可以確定:
嘗試過這些:
測試載入器是 Chrome 的 Postman:
-失敗:
折騰過的全部代碼:
330,'y'=>339);// $position_source=array('x'=>0,'y'=>0,'w'=>288,'h'=>402);// setPicture($target, $source, $position_target, $position_source);// header("Content-type: image/png; charset=utf-8");// header("Content-type: image/png;");// imagepng($target); // imagedestroy($target); // $target=imagecreatefrompng($_FILES['test']['tmp_name']);// var_dump($_FILES);
回複內容:
代碼
運行環境:
Win64-apache2.4.9-php5.5.12
Ubuntu64-apache2.4.7-php5.5.9
我百度/Google 查了很多,可以確定:
嘗試過這些:
測試載入器是 Chrome 的 Postman:
-失敗:
折騰過的全部代碼:
330,'y'=>339);// $position_source=array('x'=>0,'y'=>0,'w'=>288,'h'=>402);// setPicture($target, $source, $position_target, $position_source);// header("Content-type: image/png; charset=utf-8");// header("Content-type: image/png;");// imagepng($target); // imagedestroy($target); // $target=imagecreatefrompng($_FILES['test']['tmp_name']);// var_dump($_FILES);
問題基本就是$_FILES的路徑和絕對路徑有區別,建議你可以把$_files列印出來看看