Prashant Tiwari
2006-May-19 10:48 UTC
[Rails] How to upload text files or csv files in ruby??
Hi, I want to upload text file & csv file to server through my rails application. How to do that? PLease tell me if any plugin available for that? If not then how to upload files?? Thanx in advance. Prash -- Posted via http://www.ruby-forum.com/.
It''s built into Rails. Check the ActionView::Helpers::FormHelper and FormTagHelper docs... Cheers. Prashant Tiwari wrote:> Hi, > > I want to upload text file & csv file to server through my rails > application. How to do that? > > PLease tell me if any plugin available for that? If not then how to > upload files?? > > Thanx in advance. > Prash-- Posted via http://www.ruby-forum.com/.