开发者

How to set file privileges based on database users

开发者 https://www.devze.com 2023-04-05 05:08 出处:网络
I need to create an html based file manager (in rails) with just basic functions (download, delete, upload) used by groups of clients/developers.

I need to create an html based file manager (in rails) with just basic functions (download, delete, upload) used by groups of clients/developers.

  1. (How) Can i set a file to just b开发者_开发知识库e shown (readable) to a group of users (stored in database) only?
  2. Is it an option to store the whole files (binary) in the database? Won't it create huge db?
  3. Is there any way to solve this somehow with just directories?


  1. http://boxroom.rubyforge.org/ is doing exactly what you describe. It is open source, so you might want to have a look at how they did.

  2. Yes. Yes but you might judge it acceptable depending on the amount of data.

  3. Yes. Coding that is possible.

0

精彩评论

暂无评论...
验证码 换一张
取 消