Uploading files to Linode using CarrierWave
问题 My app is hosted on Heroku and I am wondering if its possible to upload a file not to the public/ folder on Heroku but directly to - say - Linode My app uses both Heroku and Linode. The two talk to each other via web-service requests. But generally speaking, I try to store any generated/uploaded file on Linode only - and nothing on Heroku Now I have a situation where I want to allow users to upload files. The final destination would be Linode. But currently, I am having to go from Client PC -