zipping multiple files in ASP.Net

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Prateek G
    New Member
    • Nov 2007
    • 5

    zipping multiple files in ASP.Net

    Hi ,

    I am getting byte[] of files (one at a time from server) and I want to zip all the files selected by user under one zip file. How can I do this. I tried java.util.ZipSt ream method but since it takes sbyte[] as input its causing damage to data and I am not able to open the file. Any other possible way.

    Thank You.
Working...