Image upload size limit in liferay

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.

enter image description here

Upvotes: 1

Views: 717

Answers (2)

Marcos Blandim
Marcos Blandim

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

jorgediaz-lr
jorgediaz-lr

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

Related Questions