Reputation: 11
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.
Upvotes: 1
Views: 717
Reputation: 383
The behavior you want can be injected into the Portal by overriding its core services using a custom service with higher rank.
Upvotes: 0
Reputation: 982
Liferay doesn't allow configuring the maximum upload file per file type.
There is a feature request to implement it, see issues:
Upvotes: 1