聯(lián)系官方銷售客服
1835022288
028-61286886
$content = base64_decode(str_replace($result[1], '', $content)); if (strlen($content) > 30000000) { $this->_json(0, dr_lang('圖片太大了')); } // 上傳到本地服務器,base64的圖片在上傳保存的時候怎么直接生成縮略圖? $rt = \Phpcmf\Service::L('upload')->base64_image([ 'ext' => $ext, 'content' => $content, 'attachment' => \Phpcmf\Service::M('Attachment')->get_attach_info($aid, 0), ]); if (!$rt['code']) { exit(dr_array2string($rt)); }