掲示板

Can dodcument library manage User disk quota?

thumbnail
14年前 に Denis Signoretto によって更新されました。

Can dodcument library manage User disk quota?

Expert 投稿: 375 参加年月日: 09/04/21 最新の投稿
I'm wondering if can I limit users Document Library disk space usage. Is there a way to gain it?
thumbnail
14年前 に Lisa Simpson によって更新されました。

RE: Can dodcument library manage User disk quota?

Liferay Legend 投稿: 2034 参加年月日: 09/03/05 最新の投稿
That's a good question and one that I'd like to see the answer to. We use virtual machines with LVM for everything. As our director says, "Disk space is like Doritos. If it all gets eaten, we can buy more." However, there are a few instances were I'd like to see us not doing that.
12年前 に Fabíola Souza Pereira によって更新されました。

RE: Can dodcument library manage User disk quota?

New Member 投稿: 8 参加年月日: 08/03/14 最新の投稿
That's a good question: Can document library manage User disk quota? Any reply???
thumbnail
12年前 に David H Nebinger によって更新されました。

RE: Can dodcument library manage User disk quota?

Liferay Legend 投稿: 14919 参加年月日: 06/09/02 最新の投稿
It doesn't out of the box, but with some development you could probably hook support for that in...
thumbnail
12年前 に Hitoshi Ozawa によって更新されました。

RE: Can dodcument library manage User disk quota?

Liferay Legend 投稿: 7942 参加年月日: 10/03/24 最新の投稿
Can document library manage User disk quota?


I think you really mean total file size an user can upload to a document library because files in a document library does not have to be saved to a disk.
Since the size of a entry is being kept in the database, it's possible to modify liferay to check for the maximum total file size before the uploading a file.
This logic can't be in the jsp because files can be uploaded via WebDAV and Web Services too.