Hi,
I'm trying to make one self extracting zip file from many files stored as blobs in Oracle.
I want to avoid saving the files to to disk and just stream them into the self extracting zip.
I've looked at examples making use of the self extracting zips.
I've looked at examples using compressed streams.
But I can't seam to figure out how to steam the blobs into the self extracting zip.
I'm thinking I'm trying to do something that is not supported in xceed.
Is there a solution to this other than saving the files to disk first?