i have to change the default document upload location in liferay. i am uploading document via CMS in liferay.
Any help is highly appreciated.
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_libraryTo change this you can add a property inportal-ext.propertiesdl.hook.file.system.root.dir=${newPath}and that should be enough.