cck imagefield上传问题?

发布于 2024-10-16 03:33:09 字数 176 浏览 2 评论 0原文

我有一个“文件”类型的 cck 字段。我用它来上传图像。在我运行在 apache 上的本地服务器上,使用该字段上传图像就可以了。但在已部署的版本或Web服务器上,上传将无法进行。在网络服务器上,我可以选择一个图像,当我点击上传时,它会显示该图像,但当我点击保存时,图像就消失了。

非常感谢任何帮助。

此致,

I have a cck field of type "file". I used this for uploading of images. On my local server running on apache, uploading of image using the field is fine. But on the deployed version or the web server, the upload won't work. On the web server, I can select an image and when I hit upload, it will then display the image but when I click on save the image is gone.

Any help is greatly appreciated.

Best regards,

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

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

发布评论

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

评论(1

花开半夏魅人心 2024-10-23 03:33:09

检查您的 Drupal 站点的sites/default/files 目录(或者您为文件上传设置的目录,如果您更改了它)的权限。如果它不可写,Drupal 将无法将您的文件保存在服务器上。

Check the permissions of the sites/default/files directory of your Drupal site (or the directory you've set for file uploads if you changed it). If it's not writeable, Drupal won't be able to save your file on the server.

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