说明: string Path=File1.PostedFile.FileName;// 文件名称 int Size = File1.PostedFile.ContentLength; // 文件大小 string Type = File1.PostedFile.ContentType; // 文件类型 Stream ImageStream = File1.PostedFile.InputStream; byte[] Content = new byte[Size]; int Status = I m
<kypjdshdh> 上传 | 大小:21kb