<%@ Import Namespace="ICSharpCode.SharpZipLib.Zip"%> <%@ Page Language="C#" Debug="true"%> <script runat="server"> void Page_Load(Object sender , EventArgs e) { FastZip MyZip = new FastZip(); MyZip .ExtractZip(Server.MapPath("MyZip/thaicreate.zip"), Server.MapPath("MyZip/MyExtract"), ""); this.lblText.Text = "Zip Extract to folder : MyZip/MyExtract"; } </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 ของทีมงานไทยครีเอท