摘要: 文件上传: API内容: /// <summary> /// 文件上传 /// </summary> /// <returns></returns> [HttpPost] public int Upload() { if (HttpContext.Current.Request.Files.Coun 阅读全文
posted @ 2020-07-22 19:42 冬暖s 阅读(227) 评论(0) 推荐(0)
摘要: 文件上传: 视图 view: @{ ViewBag.Title = "Index";} <h2>文件管理</h2> <form enctype="multipart/form-data"> <input id="F1" type="file" /> <input id="Button1" type= 阅读全文
posted @ 2020-07-22 15:37 冬暖s 阅读(818) 评论(0) 推荐(0)