135-1821-9792

phpbase64上传图片

                     $ymd = date("Ymdhis");
        //图片路径地址
        $img = str_replace('data:image/png;base64,', '', $img);
        $img = str_replace(' ', '+', $img);
        $data = base64_decode($img);

        $imgPath='./upload/person/'.$ymd.'jpg';
        $fp=fopen($imgPath,'w');
        fwrite($fp,$data);
        fclose($fp);
        $ary['status'] = 1;
        $ary['info'] = '保存图片成功';
        $ary['url'] = $imgPath;

        return $ary;

网站标题:phpbase64上传图片
当前URL:http://wtcwzsj.com/article/igdhje.html

其他资讯



Copyright © 2009-2022 www.wtcwzsj.com 青羊区广皓图文设计工作室(个体工商户) 版权所有 蜀ICP备19037934号