drupal文件共享
我正在寻找一个 drupal 模块来启用用户之间的文件共享,有人认识吗???
I am finding a drupal module to enable file sharing between users, somebody know someone???
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我一直在研究同样的事情,根据您的要求,有很多选项:
我认为为了简单起见,我倾向于使用 FileField,尽管我已经认真考虑过使用完整的 DMS。
I've been investigating the same thing, and there are a number of options, based on your requirements:
I think I'm leaning toward FileField for simplicity, although I've thought hard about going full DMS.
我认为您需要查看 /admin/settings/file-system 页面,然后启用上传核心模块 (/admin/build/modules),否则,您需要澄清您的问题。
Drupal 不是用于 p2p 共享的应用程序。
You'll want to have a look at the /admin/settings/file-system page and then enable the Upload core module (/admin/build/modules) I assume, otherwise, you'll need to clarify your question.
Drupal is not the application for p2p sharing.