摘要: string path = Server.MapPath("~/Content/img/");//设定上传的文件路径 if (!Directory.Exists(path)) { Directory.CreateDirectory(path); } //判断是否已经选择上传文件 HttpPosted 阅读全文
posted @ 2017-09-15 10:10 风里的人 阅读(85) 评论(0) 推荐(0)