cancel
Showing results for 
Search instead for 
Did you mean: 

Alfresco Community 7.2 how disable the renditions during the upload of file on Alfresco Share/ADF ?

4535992
Star Collaborator
Star Collaborator

How can i disable the renditions/transformation during the upload of the documents on Alfresco Share/ADF.

1 ACCEPTED ANSWER

Sorry, I misunderstood your question...

I guess there is no way to disable transformations for a given node.

Hyland Developer Evangelist

View answer in original post

4 REPLIES 4

angelborroy
Community Manager Community Manager
Community Manager

Use the following setting as Java env variable or in alfresco-global.properties

local.transform.service.enabled=false
Hyland Developer Evangelist

Excuse me for being stupid, but doesn't this disable the service as a "whole" ? I would need to not trigger the transformer "only" during the upload event is that the setting to touch anyway ?

Sorry, I misunderstood your question...

I guess there is no way to disable transformations for a given node.

Hyland Developer Evangelist

Ty for the response.