DotNetZip.Semverd icon indicating copy to clipboard operation
DotNetZip.Semverd copied to clipboard

Split files on memory

Open vdurante opened this issue 8 years ago • 2 comments

I am working with split zip files. When I set MaxOutputSegmentSize, I get multiple split files (.zip + .zN files). Afterwards, those files are uploaded to a database.

In the server, I want to load those files in memory and extract them. I tried to simply append all files together in a memory stream and extract them, but this doesn't seem to work.

Any idea about how I could load every split file in memory and extract it? Thanks in advance.

vdurante avatar Aug 29 '16 19:08 vdurante

Hey @vdurante ! Did you managed to find a solution ? I'm looking to do the same thing as you do :)

sylvainb31 avatar Feb 02 '22 15:02 sylvainb31

@sylvainb31 sorry, after 6 years I don't even remember what the hell I was doing back then. But it feels like this project is abandoned, so I would suggest you look for some other lib out there

vdurante avatar Feb 02 '22 19:02 vdurante