摘要:
导入 if (this.FILEUP.PostedFile.FileName.Length <= 0) return; Stream stream; string Path = FILEUP.PostedFile.FileName;// 文件名称 int Size = FILEUP.PostedFile.ContentLength; // 文件大小 string Type = FILEUP.PostedFile.ContentType; // 文件类型 stream = FILEUP.PostedFile.InputStream; byte[] Content = new byte[Si 阅读全文
posted @ 2012-06-19 09:48
Jack.G
阅读(217)
评论(0)
推荐(0)

浙公网安备 33010602011771号