How to compress/decompress BLOB column data when using WebUtil?
Now I want to add compression to this since Word docs take lots of space. There is UTL_COMPRESS.
Problem is how to plug it in to these 2 WebUtil procedures.
I don't think I can put it inside the 2 procedures. For example to load we have to use this Client_To_DB function:
FUNCTION Webutil_File_Transfer.Client_To_DB
(
clientFile in VARCHAR2,