Displaying 2 results from an estimated 2 matches for "attchment_fu".
Did you mean:
attachment_fu
2007 Dec 03
2
attachment_fu 'replace' method?
Is there a ''replace'' method or similar for attchment_fu?
For instance, I have an image that is uploaded and stored. Now I want
to replace it with a different image.
I do not want to do a delete and then new - since I need to keep
various attributes associated with the previous image.
thanks.
--~--~---------~--~----~------------~-------~--~----~
You r...
2009 Jul 30
4
attachment_fu + :path_prefix
Hello friends,
I have a query like I am using a attchment_fu to store images.
But the i don''t want to store to the default path let say :path_prefix =>
''public/uploads'' i want a dyname path for e.g :path_prefix => ''public/#{
current_user.id}'', So just wanted to know how can i say images to the
dynamic locati...