27 Star 32 Fork 7

唐明 / jQuery_image_muti_upload

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
upload_do.php 275 Bytes
一键复制 编辑 原始数据 按行查看 历史
唐明 提交于 2015-11-04 15:54 . new file
<?php
if(isset($_POST['data'])){
$f=base64_decode($_POST['data']);
$fname=date('Ymdhis').rand(1000,9999).'.jpg';
$upload_dir='pic_uploads/';
if(!is_dir($upload_dir)){
mkdir($upload_dir);
}
file_put_contents($upload_dir.$fname, $f);
echo $fname;
}
?>
JavaScript
1
https://gitee.com/tmnet/jQuery_image_muti_upload.git
git@gitee.com:tmnet/jQuery_image_muti_upload.git
tmnet
jQuery_image_muti_upload
jQuery_image_muti_upload
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891