I am developing an app that utilizes two different uploaders. What I am trying to do is to assign each uploader to different cloudfiles containers. I seem to unable to find any documentation about this, could anyone please help? Thanks!!

link|improve this question
A couple of untested thoughts, but each Uploader carries it's own copy of the CW config settings so maybe you can override the Fog settings on each one. The CW group on Google is pretty active so you may want to ask there. The only other hurdle I see is getting Rails to respond with the correct asset host when you go to retrieve the image. You may need to setup an additional Proc to figure out what container a given uploader comes from. See api.rubyonrails.org/classes/ActionView/Helpers/… – Chrisbloom7 Jun 30 '11 at 16:45
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.