So we have a document management system and I want all documents to be zipped before uploading. We are storing the document in a standard table Blob column. We first used Chilkat but that requires a temp folder so we switched to the appeon built in stream.
Question: - we also want all files downloaded from our system to be written as a zip files but I don't see the ability to create a zip file from Appeon.
Also, downloading the file and renaming the extension to .zip does not work because it's not a real zip file, just a compressed file.
Any help or suggestions always appreciated.
Thanks
Richard