画布和图片互相转换,使用画布canvas通过ajax、表单等方式将图片上传到服务器,拿来就用,拿来测试
//session_start();
header("Content-type: text/html; charset=utf-8");
header('Access-Control-Allow-Origin:*');//
header('Access-Control-Allow-Methods:*'); //
if($_SERVER['REQUEST_METHOD']=='POST') {
$file='../tt/'.rand().'.jpg';
print_r(file_put_contents($file,file_get_contents('php://input')));die;
print_r(move_uploaded_file(current($_FILES)['tmp_name'],$file));die;
}
?>
画布和图片互相转换,使用画布canvas通过ajax、表单等方式将图片上传到服务器,拿来就用,拿来测试最先出现在Python成神之路。
共有 0 条评论