I would like to limit the size of image upload that the user can make in liferay without affecting the upload size of other files such as PDF or videos. If I limit by path System Settings -> Infrastructure -> Request upload servlet, liferay limits all file types.
CodePudding user response:
Liferay doesn't allow configuring the maximum upload file per file type.
There is a feature request to implement it, see issues:
CodePudding user response:
The behavior you want can be injected into the Portal by overriding its core services using a custom service with higher rank.