DotNetZip.Semverd
DotNetZip.Semverd copied to clipboard
Split files on memory
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.
Hey @vdurante ! Did you managed to find a solution ? I'm looking to do the same thing as you do :)
@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