Hi, I have a big trouble.. :( I have two hosts. One is private, another is public. Administrators will upload images in private host, but the images will not be place in the public host. I use FileColumn to be my uploading plugin. Any advices? Thanks :) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
is there a reason you''re using FileColumn, specifically? i highly recommend thoughtbot''s Paperclip: http://thoughtbot.com/projects/paperclip it''s simple, handles permissions/deletions/mime-types. you can also find some great tutorials online to get started. (i''m assuming you''re looking for help w/ the uploading part, and not the differences in servers) hth On Mar 31, 11:12 pm, HeChian <cfc...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi, > I have a big trouble.. :( > I have two hosts. One is private, another is public. > Administrators will upload images in private host, but the images will > not be place in the public host. > I use FileColumn to be my uploading plugin. > Any advices? > Thanks :)--~--~---------~--~----~------------~-------~--~----~ 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@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
HeChian
2009-Apr-02 01:26 UTC
Re: How can I upload images to another server by FileColumn?
gluis,Thanks a lot! But I have no time to use paperclip :( That''s okay, I use rsync to do this already. Thanks again! On Wed, Apr 1, 2009 at 10:32 PM, gluis <louisjuska-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > is there a reason you''re using FileColumn, specifically? > > i highly recommend thoughtbot''s Paperclip: > http://thoughtbot.com/projects/paperclip > > it''s simple, handles permissions/deletions/mime-types. > > you can also find some great tutorials online to get started. > > (i''m assuming you''re looking for help w/ the uploading part, and not > the differences in servers) > > hth > > On Mar 31, 11:12 pm, HeChian <cfc...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > Hi, > > I have a big trouble.. :( > > I have two hosts. One is private, another is public. > > Administrators will upload images in private host, but the images will > > not be place in the public host. > > I use FileColumn to be my uploading plugin. > > Any advices? > > Thanks :) > > > >-- Yes! I''m HeChian :) http://hechian36.pixnet.net/blog --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Hello, can I upload my file to ftp when using this Paperclip thing? On Apr 1, 4:32 pm, gluis <louisju...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> is there a reason you''re using FileColumn, specifically? > > i highly recommend thoughtbot''s Paperclip:http://thoughtbot.com/projects/paperclip > > it''s simple, handles permissions/deletions/mime-types. > > you can also find some great tutorials online to get started. > > (i''m assuming you''re looking for help w/ the uploading part, and not > the differences in servers) > > hth > > On Mar 31, 11:12 pm, HeChian <cfc...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > Hi, > > I have a big trouble.. :( > > I have two hosts. One is private, another is public. > > Administrators will upload images in private host, but the images will > > not be place in the public host. > > I use FileColumn to be my uploading plugin. > > Any advices? > > Thanks :)--~--~---------~--~----~------------~-------~--~----~ 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@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
HeChian
2009-Apr-02 08:27 UTC
Re: How can I upload images to another server by FileColumn?
Hi,Did you mean sync file to another server? On Thu, Apr 2, 2009 at 12:49 PM, Vojto <zero0xxx-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > Hello, > > can I upload my file to ftp when using this Paperclip thing? > > On Apr 1, 4:32 pm, gluis <louisju...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > is there a reason you''re using FileColumn, specifically? > > > > i highly recommend thoughtbot''s Paperclip: > http://thoughtbot.com/projects/paperclip > > > > it''s simple, handles permissions/deletions/mime-types. > > > > you can also find some great tutorials online to get started. > > > > (i''m assuming you''re looking for help w/ the uploading part, and not > > the differences in servers) > > > > hth > > > > On Mar 31, 11:12 pm, HeChian <cfc...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > > > > > Hi, > > > I have a big trouble.. :( > > > I have two hosts. One is private, another is public. > > > Administrators will upload images in private host, but the images will > > > not be place in the public host. > > > I use FileColumn to be my uploading plugin. > > > Any advices? > > > Thanks :) > > >-- Yes! I''m HeChian :) http://hechian36.pixnet.net/blog --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Vojto Rinik
2009-Apr-02 08:45 UTC
Re: How can I upload images to another server by FileColumn?
Sync? No, I just want my files to be stored on a separate ftp account - my VPS has only 10 gig .. And when people are uploading loads of images or so, it won''t fit there. So I want to use one of those free unlimited storage hostings and upload data there .. And keep only code on my VPS .. - - - Vojto Rinik vojto-D1hQjw4exxteoWH0uzbU5w@public.gmane.org 0910670899 On 2.4.2009, at 10:27, HeChian wrote:> Hi, > Did you mean sync file to another server? > > On Thu, Apr 2, 2009 at 12:49 PM, Vojto <zero0xxx-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > Hello, > > can I upload my file to ftp when using this Paperclip thing? > > On Apr 1, 4:32 pm, gluis <louisju...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > is there a reason you''re using FileColumn, specifically? > > > > i highly recommend thoughtbot''s Paperclip:http://thoughtbot.com/projects/paperclip > > > > it''s simple, handles permissions/deletions/mime-types. > > > > you can also find some great tutorials online to get started. > > > > (i''m assuming you''re looking for help w/ the uploading part, and not > > the differences in servers) > > > > hth > > > > On Mar 31, 11:12 pm, HeChian <cfc...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > > > > > Hi, > > > I have a big trouble.. :( > > > I have two hosts. One is private, another is public. > > > Administrators will upload images in private host, but the > images will > > > not be place in the public host. > > > I use FileColumn to be my uploading plugin. > > > Any advices? > > > Thanks :) > > > > > -- > Yes! I''m HeChian :) > > http://hechian36.pixnet.net/blog > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---