반응형
Response.AddHeader("Content-Disposition", "attachment;filename=\"test.zip\"");
Response.ContentType = "application/octet-stream";
Response.WriteFile("../test.zip");
Response.AddHeader("Content-Disposition", "attachment;filename=\"test.zip\"");
Response.ContentType = "application/octet-stream";
Response.WriteFile("../test.zip");