在线工具,提供一款将图片转换为Base64编码的工具,可以让你很方便地在没有上传文件的条件下将图片插入其它的网页、编辑器中。 这对于一些小的图片是极为方便的,因为你不需要再去寻找一个保存图片的地方。
这个逗号后的字符 $data = base64_decode($base64_string[1]); if(file_put_contents($new_file,$data)){ $img_path = str_replace('../../..', '', $new_file); ajax_return(1,'返回数据',$img_path); }else{ ajax_return(-1,'图片上传失败'); } }else{ //文件类型错误 ajax_...
这个逗号后的字符 $data = base64_decode($base64_string[1]); if(file_put_contents($new_file,$data)){ $img_path = str_replace('../../..', '', $new_file); ajax_return(1,'返回数据',$img_path); }else{ ajax_return(-1,'图片上传失败'); } }else{ //文件类型错误 ajax_...