I have tried to upload a picture file with file_column plugin and form_remote_tag, but no success. When I do request.params.inspect it shows null for picture parameters. With normal form the file uploads nicely, so is it possible to upload file with form_remote_tag? -- Posted via http://www.ruby-forum.com/.
john peter
2006-Mar-28 12:48 UTC
[Rails] Is it possible to upload file with form_remote_tag?
that''s one thing you can''t do with form_remote_tag. it''s mentioned on the Agile Web Development with Rails book, p. 391 of the Ajax chapter JJ <kerkkoj@hotmail.com> wrote: I have tried to upload a picture file with file_column plugin and form_remote_tag, but no success. When I do request.params.inspect it shows null for picture parameters. With normal form the file uploads nicely, so is it possible to upload file with form_remote_tag? -- Posted via http://www.ruby-forum.com/. _______________________________________________ Rails mailing list Rails@lists.rubyonrails.org http://lists.rubyonrails.org/mailman/listinfo/rails --------------------------------- New Yahoo! Messenger with Voice. Call regular phones from your PC and save big. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060328/025d4a7c/attachment.html
Roberto Saccon
2006-Mar-28 15:58 UTC
[Rails] Is it possible to upload file with form_remote_tag?
However, you can do it with Kyle Maxwells <http://www.kylemaxwell.com>plugin. On 3/28/06, john peter <neuzhoundxx@yahoo.com> wrote:> > that''s one thing you can''t do with form_remote_tag. it''s mentioned on the > Agile Web Development with Rails book, p. 391 of the Ajax chapter > > > *JJ <kerkkoj@hotmail.com>* wrote: > > I have tried to upload a picture file with file_column plugin and > form_remote_tag, but no success. > > When I do request.params.inspect it shows null for picture parameters. > > With normal form the file uploads nicely, so is it possible to upload > file with form_remote_tag? > > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails > > > ------------------------------ > New Yahoo! Messenger with Voice. Call regular phones from your PC<http://us.rd.yahoo.com/mail_us/taglines/postman5/*http://us.rd.yahoo.com/evt=39666/*http://beta.messenger.yahoo.com>and save big. > > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails > > >-- Roberto Saccon - http://rsaccon.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060328/0ddee5bf/attachment.html
Kyle Maxwell
2006-Apr-01 21:22 UTC
[Rails] Is it possible to upload file with form_remote_tag?
Which needs to be tested/updated for Rails 1.1.... I''m looking into it this week. -- Kyle Maxwell Chief Technologist E Factor Media // FN Interactive kyle@efactormedia.com 1-866-263-3261
Nicolas Buet
2006-Apr-22 17:26 UTC
[Rails] Is it possible to upload file with form_remote_tag?
just so that you know: it works great with rails 1.1. thanks for that great plugin. On 4/1/06, Kyle Maxwell <kyle@kylemaxwell.com> wrote:> > Which needs to be tested/updated for Rails 1.1.... I''m looking into > it this week. > > -- > Kyle Maxwell > Chief Technologist > E Factor Media // FN Interactive > kyle@efactormedia.com > 1-866-263-3261 > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails > > >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060422/177c8903/attachment-0001.html
Eric Gross
2006-Jul-23 07:18 UTC
[Rails] Re: Is it possible to upload file with form_remote_tag?
Nicolas Buet wrote:> just so that you know: it works great with rails 1.1. thanks for that > great > plugin.Im trying to install it with Rails and Im having problems. COuld you guys briefly tell me how to install the three files that comes with Kyle Maxwell''s plugin. Just give me the general steps, Im not completely illiterate ;). After you install it, do you just use the form_remote_tag as usual? -- Posted via http://www.ruby-forum.com/.