摘要:
//public bool SaveFile() //{ // byte[] fileContent=Request.BinaryRead(Request.TotalBytes); // System.IO.File.WriteAllBytes(@"E:\新建文件夹\" + Request.Headers["DKUPLOADER_NAME"], fileContent); // return true; //} 阅读全文
posted @ 2012-09-25 15:06 xgbzsc 阅读(155) 评论(0) 推荐(0) 编辑