Hi everybody, I''m new with Ruby on Rails and would like to know how to upload data into my database from a batch file. I want users to specify a path to their batch file and then upload from a path box. Does anybody know how to do this? -- Posted via http://www.ruby-forum.com/.
Ricardo Ricardito wrote:> Hi everybody, > I''m new with Ruby on Rails and would like to know how to upload data > into my database from a batch file. I want users to specify a path to > their batch file and then upload from a path box. Does anybody know how > to do this?Use the file column gem here: http://www.kanthak.net/opensource/file_column/. Hope it helps, Bing -- Posted via http://www.ruby-forum.com/.