asp.net mvc 下载文件
摘要:
[Authorize] public FileContentResult DwonAttachment(int id) // controller - action { Member_Attachment ma = new Member_Attachment(); // class TMember_Attachment model = ma.GetModel(id); if (model != null) { try { int memberid = model.MemberID; if (System.IO.File.Exists(model.NewFilePath)) -... 阅读全文
posted @ 2012-02-20 11:00
多个马甲
阅读(419)
评论(0)
推荐(0)
浙公网安备 33010602011771号