Fórum

unlimited upload size for an role?

thumbnail
Darko Joseph Hojnik, modificado 11 Anos atrás.

unlimited upload size for an role?

Regular Member Postagens: 125 Data de Entrada: 03/08/09 Postagens Recentes
Hi there

It is possible to create an group where the members could upload files with an unlimited size? Some of my users have to upload VMware Images to distribute it over Liferay.

cheers Darko
thumbnail
Hitoshi Ozawa, modificado 11 Anos atrás.

RE: unlimited upload size for an role?

Liferay Legend Postagens: 7942 Data de Entrada: 24/03/10 Postagens Recentes
Set the following property in portal-ext.properties. I really don't recommend this though because I've found that large file tends to be very slow. Recommending at least using WebDav instead of through web browser.

#
# Set the maximum file size and valid file extensions for documents. A value
# of 0 for the maximum file size can be used to indicate unlimited file
# size. However, the maximum file size allowed is set in the property
# "com.liferay.portal.upload.UploadServletRequestImpl.max.size".
#
#dl.file.max.size=307200