掲示板

video file will not upload

11年前 に gordon daniels によって更新されました。

video file will not upload

Liferay Master 投稿: 797 参加年月日: 08/08/24 最新の投稿
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
11年前 に Juan Gonzalez P によって更新されました。

RE: video file will not upload

Liferay Legend 投稿: 3089 参加年月日: 08/10/28 最新の投稿
Hi gordon,

2 questions:

Where did you configure that value?

Have you got a cluster? In that case, is it well configured?
11年前 に gordon daniels によって更新されました。

RE: video file will not upload

Liferay Master 投稿: 797 参加年月日: 08/08/24 最新の投稿
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
11年前 に Juan Gonzalez P によって更新されました。

RE: video file will not upload

Liferay Legend 投稿: 3089 参加年月日: 08/10/28 最新の投稿
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?
11年前 に gordon daniels によって更新されました。

RE: video file will not upload

Liferay Master 投稿: 797 参加年月日: 08/08/24 最新の投稿
Juan: thanks for your help: did not restart tomcat will do so now. Portal properties table has data. Should be working.

thanks
thumbnail
11年前 に Hitoshi Ozawa によって更新されました。

RE: video file will not upload

Liferay Legend 投稿: 7942 参加年月日: 10/03/24 最新の投稿
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
11年前 に gordon daniels によって更新されました。

RE: video file will not upload

Liferay Master 投稿: 797 参加年月日: 08/08/24 最新の投稿
Hi Hitoshi: thanks for the reply. I have already done that. Still stumped - but I am working on it. :-)
thumbnail
11年前 に Hitoshi Ozawa によって更新されました。

RE: video file will not upload

Liferay Legend 投稿: 7942 参加年月日: 10/03/24 最新の投稿
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.
11年前 に gordon daniels によって更新されました。

RE: video file will not upload

Liferay Master 投稿: 797 参加年月日: 08/08/24 最新の投稿
Hitoshi: thanks.