Hi, I have made simple file/document managent system with Ruby on Rails (2.0), and would like to simplify how the users upload files to the applicatation. I''m thinking of writing plugins to other applications, ie. a "Upload to DMS"-button i Word. Now I wonder how to accomplish something like this. Would it be possible to make a WebService in my DMS, and then upload files through it? I''m grateful for any help! Eivind --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
On 15 Jan 2008, at 11:23, Eivind Løland-Andersen wrote:> I have made simple file/document managent system with Ruby on Rails > (2.0), and would like to simplify how the users upload files to the > applicatation. I''m thinking of writing plugins to other applications, > ie. a "Upload to DMS"-button i Word. > > Now I wonder how to accomplish something like this. Would it be > possible to make a WebService in my DMS, and then upload files through > it? > > I''m grateful for any help!Sure, provide an API that can be used by your plugin/desktop application and POST the file just like u would from a browser (maybe return the result as xml). Best regards Peter De Berdt --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
> > Sure, provide an API that can be used by your plugin/desktop > application and POST the file just like u would from a browser (maybe > return the result as xml). >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 -~----------~----~----~----~------~----~------~--~---