摘要: public ActionResult uploadPhos(HttpPostedFileBase files) //多图片上传 { if (!Directory.Exists(AppDomain.CurrentDomain.BaseDirectory + @"\Uploads")) //判断文件夹 阅读全文
posted @ 2018-07-11 16:12 超级驼鹿 阅读(412) 评论(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 超级驼鹿 阅读(439) 评论(0) 推荐(0) 编辑
/*