i have to change the default document upload location in liferay. i am uploading document via CMS in liferay.
Any help is highly appreciated.
By default document library stores the files/folder in: ${liferay.home}/data/document_library
To change this you can add a property in portal-ext.properties
dl.hook.file.system.root.dir=${newPath}
and that should be enough.