[Rails] Re: file uploading using ajax

2009-02-12 Thread Mathieu Rousseau
pena que parece que só funciona com jQuery... On Wed, Feb 11, 2009 at 7:05 PM, guyb wrote: > > Use LiveQuery then you don't need rjs and responds_to_parent > > > http://rails-revlog.blogspot.com/2009/02/ajax-sort-of-file-upload-using.html > > Guy Boertje > > > > --~--~-~--~~

[Rails] Re: file uploading using ajax

2009-02-11 Thread guyb
Use LiveQuery then you don't need rjs and responds_to_parent http://rails-revlog.blogspot.com/2009/02/ajax-sort-of-file-upload-using.html Guy Boertje --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Ruby on Rails:

[Rails] Re: file uploading using ajax

2009-01-10 Thread Peter De Berdt
On 10 Jan 2009, at 07:37, dare ruby wrote: > So could anyone please suggest how to perform file uploading using > ajax. http://www.google.com/search?client=safari&rls=en-us&q=rails+upload+ajax&ie=UTF-8&oe=UTF-8 Best regards Peter De Berdt --~--~-~--~~~---~--~--

[Rails] Re: file uploading using ajax

2009-01-09 Thread jeroen
I don't think it's possible to upload files with AJAX, but there are some workarounds with hidden iFrames. It's not very elegant, but it works. See this, for instance: http://kpumuk.info/ruby-on-rails/in-place-file-upload-with-ruby-on-rails/ --~--~-~--~~~---~--~~