I''m going to be developing an app that I''d like to have a regular form where you can upload a single image with it, but then I''d like the image to be put in a static directory (like public) so the main server (not mongrel for example) can serve it fast. Anyone know the easiest way to go about doing this? Sorry, am kind of new to rails... Thanks rob --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
bbytheway-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2006-Nov-17 23:43 UTC
Re: How to put uploaded images into a static directory?
Easiest is probably to use the file_column library http://www.kanthak.net/opensource/file_column/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---