上传图片

发布于 2024-08-05 18:20:56 字数 180 浏览 2 评论 0原文

当我将图像上传到文件夹时出现此错误:

警告:fopen(images1/image.jpg) [function.fopen]:无法打开流:权限被拒绝。

我授予了读/写权限。但它不起作用。如何纠正这个错误?有人可以帮我吗?

问候, 帕德玛。

I got this error when I'm uploading the image into the folder:

Warning: fopen(images1/image.jpg) [function.fopen]: failed to open stream: Permission denied.

I gave read/write permissions. but its not working.How to rectify this error? Anyone can help me please?

Regards,
padma.

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

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

发布评论

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

评论(2

嘦怹 2024-08-12 18:20:56

您必须确保您具有该文件夹的读/写权限。

You have to make sure you have read/write permissions to the folder.

饭团 2024-08-12 18:20:56

是否是因为您没有权限打开images/image.jpg中的图片?

另外,请确保您拥有该文件夹的访问权限。

Is it because you don't have the permission to open the image in images/image.jpg?

Also, make sure that you have the access right to the folder.

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