摘要:
string fullFileName = this.FileUpload1.PostedFile.FileName; string fileName = fullFileName.Substring(fullFileName.LastIndexOf("\\") + 1); string type = fullFileName.Substring(fullFi... 阅读全文
posted @ 2009-01-16 16:58
hb
阅读(126)
评论(0)
推荐(0)