Re: Is it possible to use CarrierWave on Heroku without relying on cache?

2011-05-26 Thread iwasrobbed
Thanks Mark! It's not the ideal solution since the gem is starting to look stale, but it's a great place to start for the basics On May 25, 12:33 pm, Mark Ellul mark.el...@gmail.com wrote: There is an s3 gem upload gem which allows straight from the browser to s3 uploads... gem

Is it possible to use CarrierWave on Heroku without relying on cache?

2011-05-24 Thread iwasrobbed
We would like to use CarrierWave for handling our uploads on Heroku, but it needs to cache locally to the /tmp directory. I am concerned that if many users are uploading at once, the directory could fill up and hit the maximum disk size limit imposed by Heroku. Is there a way to upload directly