2011年4月28日
摘要: //从form 中获取fileDataHttpFileCollection files = Request.Files;byte[] fileData = new byte[files[0].ContentLength];files[0].InputStream.Read(fileData, 0, fileData.Length);void FileStateHandle(string connstr, OptType opt, string fileName,byte[] fileData, string state, string message) { SqlConnection sqlc 阅读全文
posted @ 2011-04-28 22:04 鱼不爱水 阅读(1422) 评论(2) 推荐(0)