1 Star 0 Fork 301

sunbingzibo / yfcmf+thinkphphelper

forked from rainfer / yfcmf
暂停
 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
m.html 1.25 KB
一键复制 编辑 原始数据 按行查看 历史
sunbingzibo 提交于 2018-07-11 11:54 . 本地修改测试
<!DOCTYPE html>
<html>
<head>
<title>jQuery WeUI</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<meta name="description" content="Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description.
">
</head>
<body >
<button type="button" class="layui-btn" id="test1">
<i class="layui-icon">&#xe67c;</i>上传图片
</button>
<!-- body 最后 -->
<script src="https://cdn.bootcss.com/jquery/1.11.0/jquery.min.js"></script>
<script src="layui/layui.all.js"></script>
<script>
layui.use('upload', function(){
var upload = layui.upload;
//执行实例
var uploadInst = upload.render({
elem: '#test1' //绑定元素
,url: '/home/test/uploadone/' //上传接口
,field:'abc'
, multiple: true
,done: function(res){
//上传完毕回调
}
,error: function(){
//请求异常回调
}
});
});
</script>
</body>
</html>
PHP
1
https://gitee.com/9786/YFCMF.git
git@gitee.com:9786/YFCMF.git
9786
YFCMF
yfcmf+thinkphphelper
master

搜索帮助