AZGroups.com

Bringing together Arizona Technology Users And Enhancing the Careers of Developers
Welcome to AZGroups.com Sign in | Join | Help
in Search

Uncompressing .zip files from withing asp.net

Last post 11-05-2007, 9:42 AM by JessicaW. 4 replies.
Sort Posts: Previous Next
  •  08-23-2006, 11:55 AM 540

    Uncompressing .zip files from withing asp.net

    I am looking for assistance with how to uncompress a zip file from within a .aspx file.  This is in conjunction with my earlier post about using FileSystemWatcher.  The FileSystemWatcher works good at detecting when a file is uploaded to a folder on our website.  Now I need to be able to handle the situation where a .zip file can be uploaded.  I need to be able to dynamically uncompress a zip file so that the FileSystemWatcher can successfully access the contents of the zip file.

    Does anyone have a sample that they are using for a similar process?

    Thanks,
    Gary

  •  08-26-2006, 2:50 PM 550 in reply to 540

    Re: Uncompressing .zip files from withing asp.net

    Have a look at SharpZipLib

    Cheers,
    Chris
  •  06-18-2007, 6:08 AM 789 in reply to 540

    Re: Uncompressing .zip files from withing asp.net

    try visit 411asp.net/home/assembly/file/filecomp
    It provides flexible zip, gzip and streaming data compression capabilities for compact applications. Code: ASP.NET v1.0 & C#.

    another selection is SharpZipLib.

    good luck.

    ---------------
    software reviews

  •  10-22-2007, 8:13 AM 853 in reply to 550

    Re: Uncompressing .zip files from withing asp.net

    SharpZipLib does this very well.

    Download the latest version from sharpziplib.com

  •  11-05-2007, 9:42 AM 862 in reply to 853

    Re: Uncompressing .zip files from withing asp.net

    Try this class:

    http://www.dart.com/ptzpnet.aspx

    Good luck :)


    my software reviews
  • View as RSS news feed in XML
    Powered by Community Server, by Telligent Systems