摘要:
public ActionResult uploadPhos(HttpPostedFileBase files) //多图片上传 { if (!Directory.Exists(AppDomain.CurrentDomain.BaseDirectory + @"\Uploads")) //判断文件夹 阅读全文
posted @ 2018-07-11 16:12
超级驼鹿
阅读(437)
评论(0)
推荐(0)
摘要:
1.View <button type="button" class="layui-btn" id="test"></button> <h3>预览</h3> <img id ="img" src=""> 2.Js <script> $(function () { layui.use('upload' 阅读全文
posted @ 2018-07-11 16:01
超级驼鹿
阅读(457)
评论(0)
推荐(0)