摘要:
记录一种上传文件的方法。原理比较简单,直接看代码:#region 附件上传 /// /// 附件上传 /// /// 报告类型 /// 相对路径 /// public static Dictionary UploadFilesToPatch(string strReportType, out string relativePath,out string outMsg) { ///遍历File表单元素 HttpFileCollection files = HttpContext.Current.Request.F... 阅读全文
posted @ 2014-03-22 10:13
fo0ol
阅读(324)
评论(0)
推荐(0)
浙公网安备 33010602011771号