在 PHP 中上传文件并授予该文件的权限

发布于 2024-12-24 23:38:29 字数 122 浏览 1 评论 0原文

我需要开发一个网络应用程序,例如 www.Sharefile.com。我希望用户上传该文件,然后授予该文件仅供特定用户访问的权限。

我不知道如何使用 PHP 授予服务器文件(上传 pdf、word 等文件)的权限。

I need develop a web app like www.Sharefile.com. I want users to upload and then give permissions to that file for access by particular users only.

I don't know how to give permissions for server files (upload file like pdf,word) using PHP.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

弄潮 2024-12-31 23:38:31

你问一个一般性问题,所以你得到一个一般性答案:我假设你已经为这些用户设置了一些登录来上传他们的文件。使用相同的登录系统,您可以控制特定文件的权限。这不一定是在 php 本身中完成的。例如,用户和文件权限可以存储在数据库中。文件本身可能具有通常的权限。

You ask a general question, so you get a general answer: I assume you already have some login set up for these users to upload their files. Using this same login system, you can control permissions on specific files. This is not necessarily done in php itself. For example, user and file permissions may be stored in a DB. The files themselves will probably have usual permissions.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文