httpPostedFile实现WEBAPI文件上传
摘要:
public void PostUpload() { var httpPostedFile = HttpContext.Current.Request.Files; foreach(string p in httpPostedFile) { var file = httpPostedFile[p]; file.SaveAs(HttpContext.Current.Server.MapPath("/ 阅读全文
posted @ 2019-09-18 18:06 静以修身俭以养德 阅读(883) 评论(0) 推荐(0)
浙公网安备 33010602011771号