Hi, How can one unload a file in Ruby on Rails? It?s where the user must select a file on the desktop PC and upload it via the web browser. I also need the type / extension of the file along with its size before upload proceeds. Kind Regards, Lennie De Villiers -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.375 / Virus Database: 267.14.20/233 - Release Date: 2006/01/18 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060119/c085c66a/attachment.html
http://www.kanthak.net/opensource/file_column/ search the archives. adam On 1/19/06, Lennie De Villiers <lennie@openmindconnections.co.za> wrote:> > > > Hi, > > > > How can one unload a file in Ruby on Rails? > > It''s where the user must select a file on the desktop PC and upload it via > the web browser. > > I also need the type / extension of the file along with its size before > upload proceeds. > > > > Kind Regards, > > > > Lennie De Villiers > > > > > -- > No virus found in this outgoing message. > Checked by AVG Free Edition. > Version: 7.1.375 / Virus Database: 267.14.20/233 - Release Date: 2006/01/18 > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails > > >
On Thursday 19 Jan 2006 21:33, Adam Denenberg wrote:> http://www.kanthak.net/opensource/file_column/This is really good stuff - I''ve just started using it this week too.> search the archives.For the benefit of those who haven''t yet found the archives: http://news.gmane.org/gmane.comp.lang.ruby.rails Cheers, ~Dave -- Dave Silvester Rent-A-Monkey Website Development Web: http://www.rentamonkey.com/
> How can one unload a file in Ruby on Rails? > > It?s where the user must select a file on the desktop PC and upload it > via > the web browser. > > I also need the type / extension of the file along with its size before > upload proceeds. > > > > Kind Regards, > > > > Lennie De Villierslennie, google ''file_column''. sebastian has a nice little library that makes life easy. best, ian -- Posted via http://www.ruby-forum.com/.