Adding compressed data to an already compressed file so that the file can be decompressed all at once as if it was compressed all at once is not possible in and of itself
One workaround would be to use our Real-Time Zip component, and zip the data into a zip file as it arrives to the stream. However, you would need to keep the stream open until all the data has been received, because the component closes the zip file within the archive if you close the stream.
The other possibility would be to split all you data into individual files that you zip as they are created, and send the resulting archive at the end, which would then be made of many files.
André
Software Developer and Tech Support
Xceed Software Inc.