hello
is it possible to disable compression in ucf process ? maby in ucf.server.config.xml
here I see some information (http://vsrr2020.blogspot.com/2008/03/performing-content-transfer-operation.html) but not enough detail
best regards
telnes
What dont you understand? Just add the format names that you want to exclude in the compression. There is no universal disable compression switch.
is it possible to have an exemple, or a documentation about that ?
Yes, its in the WDK Development Guide, under UCF.
thanks.
After reading the documentation I think I must do something like that
<option name="compression.exclusion.formats"> <value>doc</value> <value>pdf</value> <value>ppt</value></option>
in ucf.server.config.xml
Is it possible to do this action in client side config ?
Is it possible to put <value>*</value> ?
I dont think there is a setting on the client side. As for "*" for the format, you should be able to test this rather simply.