Karthi kn
2008-Jul-28 06:28 UTC
Re: How to download a file uploaded through attachment_fu?
There are "full_filename" and "public_filename" methods in ''file_system_backend.rb'' in attachment_fu. Using these methods you can get the full path of the file. You just have to call these methods for your model object. Ex: my_obj.full_filename # Returns the full path of the file -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---