无法从我的 Heroku 服务器上传和保存文件

发布于 2024-10-23 18:46:54 字数 131 浏览 1 评论 0原文

我正在尝试通过 wen 界面上传图像。我正在使用 CarrierWave。它在我本地的 Windows 机器上运行得很好。 在 heroku 上我收到以下错误消息: Errno::EACCES(权限被拒绝 - /app/bboads/tmp):

I am trying to upload an image through the wen interface. I am using CarrierWave. It works just fine on my local window machine.
On heroku i get the following errore message:
Errno::EACCES (Permission denied - /app/bboads/tmp):

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

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

发布评论

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

评论(1

盗琴音 2024-10-30 18:46:54

我认为您正在尝试将图片上传到您的 public/ 文件夹。 Heroku 不允许你这样做。您需要在 Amazon 的 S3 服务上创建一个存储桶并上传到该存储桶。

这里有一个类似的问题

I think you are trying to upload the picture to your public/ folder. Heroku doesn't let you do this. You need to create a bucket on Amazon's S3 service and upload to that.

Here is a similar q/a

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