Foros de discusión

video file will not upload

gordon daniels, modificado hace 11 años.

video file will not upload

Liferay Master Mensajes: 797 Fecha de incorporación: 24/08/08 Mensajes recientes
I am using the latest 6.1.1ce-ga2. I have always been able to upload video but I am now getting an error msg: . Please enter a file with a valid file size no larger than 300000k. Is that really the limit?

I have read the documentation on setting up xuggler, properties file, and everything else I could find on wiki, docs, and forum. Anyone out there have an idea of what might be going on?

I've spent hours trying to solve this. Any help would be greatly appreciated.

thanks
thumbnail
Juan Gonzalez P, modificado hace 11 años.

RE: video file will not upload

Liferay Legend Mensajes: 3089 Fecha de incorporación: 28/10/08 Mensajes recientes
Hi gordon,

2 questions:

Where did you configure that value?

Have you got a cluster? In that case, is it well configured?
gordon daniels, modificado hace 11 años.

RE: video file will not upload

Liferay Master Mensajes: 797 Fecha de incorporación: 24/08/08 Mensajes recientes
Juan: thanks for the attention. I changed sizes in Control Panel - Files and also in propertied-ext. file. I also read your links on another post and the wiki.

It has me stumped. I am using the latest pateched version.
thumbnail
Juan Gonzalez P, modificado hace 11 años.

RE: video file will not upload

Liferay Legend Mensajes: 3089 Fecha de incorporación: 28/10/08 Mensajes recientes
Did you clear database cache? Did you check that values are in Portal properties table?

Did you restart tomcat to ensure values are obtained from DB?
gordon daniels, modificado hace 11 años.

RE: video file will not upload

Liferay Master Mensajes: 797 Fecha de incorporación: 24/08/08 Mensajes recientes
Juan: thanks for your help: did not restart tomcat will do so now. Portal properties table has data. Should be working.

thanks
thumbnail
Hitoshi Ozawa, modificado hace 11 años.

RE: video file will not upload

Liferay Legend Mensajes: 7942 Fecha de incorporación: 24/03/10 Mensajes recientes
Change the following setting in portal-ext.properties

#
# 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
#dl.file.max.size=1024000
dl.file.max.size=3072000
gordon daniels, modificado hace 11 años.

RE: video file will not upload

Liferay Master Mensajes: 797 Fecha de incorporación: 24/08/08 Mensajes recientes
Hi Hitoshi: thanks for the reply. I have already done that. Still stumped - but I am working on it. :-)
thumbnail
Hitoshi Ozawa, modificado hace 11 años.

RE: video file will not upload

Liferay Legend Mensajes: 7942 Fecha de incorporación: 24/03/10 Mensajes recientes
You need to restart tomcat to get portal-ext.properties to take effect because the values are read during startup. Remember, portal-ext.properties are just default values.
gordon daniels, modificado hace 11 años.

RE: video file will not upload

Liferay Master Mensajes: 797 Fecha de incorporación: 24/08/08 Mensajes recientes
Hitoshi: thanks.