1 Star 1 Fork 1

youxinweizhi/ESP32-CAM-LIVE

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
post.php 262 Bytes
一键复制 编辑 原始数据 按行查看 历史
Egist 提交于 2020-11-28 20:34 . Create post.php
<?php
$post=file_get_contents("php://input");
$pg=json_decode($post,true);
$jpg_ob=base64_decode($pg['img']);
file_put_contents((string)time().".jpg",$jpg_ob);
#PHP 接受文件的例子,将post文件接受 并且按照时间戳保存在该脚本目录
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/youxinweizhi/ESP32-CAM-LIVE.git
git@gitee.com:youxinweizhi/ESP32-CAM-LIVE.git
youxinweizhi
ESP32-CAM-LIVE
ESP32-CAM-LIVE
main

搜索帮助