摘要:
string title = "1112"; //文件标题 int filelength = fileup.PostedFile.ContentLength; //获取HtmlInputFile控件中上载文件的长度 byte[] uploadbuffer = new byte[filelength]; //设置缓存 Stream filestream = ... 阅读全文
posted @ 2006-03-13 17:02
ZH.net
阅读(522)
评论(0)
推荐(0)
2006年3月13日