How can i change default document upload location in Liferay? -


i have change default document upload location in liferay. uploading document via cms in liferay.

any highly appreciated.

by default document library stores files/folder in: ${liferay.home}/data/document_library change can add property in portal-ext.properties

dl.hook.file.system.root.dir=${newpath} , should enough.


Comments

Popular posts from this blog

java - How to compare two classes -

javascript - Why Selenium can't find an element that is graphically visible -

c# - Get the Class name in a class with atribute inside a attribute method -