Question

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):

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top