我必须在liferay中更改默认文档上传位置。我在liferay中通过CMS上传文档。
非常感谢任何帮助。
答案 0 :(得分:1)
默认文档库将文件/文件夹存储在:${liferay.home}/data/document_library
要更改此设置,您可以在portal-ext.properties
dl.hook.file.system.root.dir=${newPath}
这就足够了。
答案 1 :(得分:0)
要修改默认文件上传位置,请在portal.properties
中添加新密钥dl.store.file.system.root.dir = {new_path}