用SharpZipLib来压缩和解压文件

1.建立工程,添加引用,添加SharpZipLib.dll
2.建立压缩和解压类CompressionFile.cs
添加如下代码
using  System;
using  System.IO;
using  ICSharpCode.SharpZipLib.Zip;
using  ICSharpCode.SharpZipLib.GZip;
using  ICSharpCode.SharpZipLib.BZip2;
using  ICSharpCode.SharpZipLib.Checksums;
using  ICSharpCode.SharpZipLib.Zip.Compression;
using  ICSharpCode.SharpZipLib.Zip.Compression.Streams;

namespace  WebApplication3
{
    
ZipClass 压缩文件

    
UnZipClass 解压文件

    
AttachmentUnZip
}
3.建立测试页面
3.1html
< HTML >
    
< HEAD >
        
< title > WebForm1 </ title >
        
< meta  name ="GENERATOR"  Content ="Microsoft Visual Studio .NET 7.1" >
        
< meta  name ="CODE_LANGUAGE"  Content ="C#" >
        
< meta  name ="vs_defaultClientScript"  content ="JavaScript" >
        
< meta  name ="vs_targetSchema"  content ="http://schemas.microsoft.com/intellisense/ie5" >
    
</ HEAD >
    
< body  MS_POSITIONING ="GridLayout" >
        
< form  id ="Form1"  method ="post"  runat ="server" >
            
< asp:Button  id ="Button1"  style ="Z-INDEX: 101; LEFT: 56px; POSITION: absolute; TOP: 64px"  runat ="server"
                Text
="压缩" ></ asp:Button >
            
< asp:Button  id ="Button2"  style ="Z-INDEX: 102; LEFT: 112px; POSITION: absolute; TOP: 64px"  runat ="server"
                Text
="解压" ></ asp:Button >< INPUT  id ="File1"  style ="Z-INDEX: 103; LEFT: 32px; POSITION: absolute; TOP: 24px"  type ="file"
                name
="File1"  runat ="server" >
        
</ form >
    
</ body >
</ HTML >
3.2 cs代码
public   class  WebForm1 : System.Web.UI.Page
    
{
        
protected System.Web.UI.WebControls.Button Button1;
        
protected System.Web.UI.HtmlControls.HtmlInputFile File1;
        
protected System.Web.UI.WebControls.Button Button2;
    
        
private void Page_Load(object sender, System.EventArgs e)
        
{
            
// Put user code to initialize the page here
        }



        
Web Form Designer generated code

        
压缩

        
解压
    }
4.源代码下载 /Files/singlepine/zipunzip.rar
 
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值