how to upload files in rails
问题 My app is a surveybuilder...it needs upload cvs files by users, Im working with rails 3.1.3., ruby 1.9.2 ande devise 1.5.3 for authentication, but I tried: http://www.jedi.be/blog/2009/04/10/rails-and-large-large-file-uploads-looking-at-the-alternatives/ but don't works for me...can anybody tell me how to (step by step...yes I'm a begginer) upload cvs files in rails 3.1.3??? thanks in advance. 回答1: If your goal is to upload a file to a directory you shouldn't have to use Carrierwave or