摘要:private void FileDownload(string FullFileName){FileInfo DownloadFile = new FileInfo(FullFileName);Response.Clear();Response.ClearHeaders();Response.Buffer = false;Response.ContentType ="application/oc...
阅读全文
posted @ 2006-09-25 17:33
浙公网安备 33010602011771号