<%@ Import Namespace="ICSharpCode.SharpZipLib.Zip"%> <%@ Page Language="C#" Debug="true"%> <script runat="server"> void Page_Load(Object sender , EventArgs e) { ZipFile MyZip; MyZip = ZipFile.Create(Server.MapPath("MyZip/thaicreate.zip")); MyZip.BeginUpdate(); MyZip.Add(Server.MapPath("myfiles1.txt"), "myfiles1.txt"); MyZip.Add(Server.MapPath("myfiles2.txt"), "myfiles2.txt"); MyZip.Add(Server.MapPath("myfiles3.txt"), "myfiles3.txt"); MyZip.Add(Server.MapPath("myfiles4.txt"), "myfiles4.txt"); MyZip.CommitUpdate(); MyZip.Close(); this.lblText.Text = "Zip Created <a href=MyZip/thaicreate.zip>Click here</a> to Download"; } </script> <html> <head> <title>ThaiCreate.Com ASP.NET - Zip Files</title> </head> <body> <form runat="server"> <asp:Label id="lblText" runat="server"></asp:Label><br /> </form> </body> </html>
ช่วยกันสนับสนุนรักษาเว็บไซต์ความรู้แห่งนี้ไว้ด้วยการสนับสนุน Source Code 2.0 ของทีมงานไทยครีเอท