Home > OS >  Image upload size limit in liferay
Image upload size limit in liferay

Time:12-13

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

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.

  • Related