保存二进制上传文件

//public bool SaveFile()
//{
// byte[] fileContent=Request.BinaryRead(Request.TotalBytes);
// System.IO.File.WriteAllBytes(@"E:\新建文件夹\" + Request.Headers["DKUPLOADER_NAME"], fileContent);
// return true;
//}

原文地址:https://www.cnblogs.com/xgbzsc/p/2701578.html