1. 首页
  2. 数据库
  3. 其它
  4. php实现将base64格式图片保存在指定目录的方法

php实现将base64格式图片保存在指定目录的方法

上传者: 2021-04-08 07:49:10上传 PDF文件 45.89KB 热度 5次
本文实例讲述了php实现将base64格式图片保存在指定目录的方法。分享给大家供大家参考,具体如下: <?php header('Content-type:text/html;charset=utf-8'); $base64_image_content = $_POST['imgBase64']; //匹配出图片的格式 if (preg_match('/^([removed])/', $base64_image_content, $result)){ $type = $result[2]; $new_file = upload/active/img/
下载地址
用户评论