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