摘要: var allowExtention = [".jpg",".bmp",".gif",".png",".jpeg"]; //允许上传文件的后缀名 var extention = importFile.value.substring($.inArray(".", importFile.value)). 阅读全文
posted @ 2017-03-15 09:59 爱上-睡觉 阅读(449) 评论(0) 推荐(0)
摘要: var applicationList = {}; $(".del-add a").each(function (index) { var picName = $(this).text(); var imgId = $(this).parents(".del-add").attr("id"); // 阅读全文
posted @ 2017-03-15 09:03 爱上-睡觉 阅读(259) 评论(0) 推荐(0)
摘要: public async Task<FileResult> DownLoad(string name) { var path = Server.MapPath("~/Templates/") + name; using (FileStream fs = new FileStream(path, Fi 阅读全文
posted @ 2017-03-15 08:59 爱上-睡觉 阅读(128) 评论(0) 推荐(0)