0

The requirement is to develop a file management system with role based access. Suppose, there will be three types of users, User A, User B and User C. User C is under User B, User B is under User A. So, the files and directories assigned to User C, should be accessible by User B and A. Files and directories assigned to User B should be accessible by User A and not by User C.

Drupal 6 has amodule, named WebFM which deals all the requirements very fine. Unfortunately, there is not Drupal 7 version of WebFM. I need all the features a WebFM module has, like drag and drop, ajax uploading etc.

Any help or suggestion will be highly appreciated.

4

1 回答 1

0

您可以检查filedepot模块,其行为类似于 Drupal 6 的 webfm 模块。

该模块是功能齐全的文档管理模块,具有类似谷歌文档的感觉。

于 2015-10-26T09:54:57.453 回答