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

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -