views:

10

answers:

0

I have a rails app using attachment_fu for uploads. Is there any way to use a custom asset server with attachment_fu?

In the end, I want all of my file uploads to go to files.example.com. And example.com to pull all resources from there.

Any help is appreciated, thanks!