Response.Charset = "GB-2312";
Response.AppendHeader("Content-Disposition", "attachment; filename=" + HttpUtility.UrlEncode(curResource.ResourceURL));
Response.ContentEncoding=System.Text.Encoding.UTF7;
Response.ContentType = "application/octet-stream";
Response.TransmitFile(Server.MapPath(StudentHomeManager.DownloadPath + "/" + curResource.ResourceURL));
Response.End();
Response.AppendHeader("Content-Disposition", "attachment; filename=" + HttpUtility.UrlEncode(curResource.ResourceURL));
Response.ContentEncoding=System.Text.Encoding.UTF7;
Response.ContentType = "application/octet-stream";
Response.TransmitFile(Server.MapPath(StudentHomeManager.DownloadPath + "/" + curResource.ResourceURL));
Response.End();
浙公网安备 33010602011771号