1

Possible Duplicates:
Uploading files in Ruby on Rails
Uploading files in Rails
Uploading Pictures Ruby on Rails…

I am doing a web site which allow users to upload images, is there any way to simplify the upload process?

Community
  • 1
  • 1
DNB5brims
  • 29,344
  • 50
  • 131
  • 195
  • I'd mark is as dupe of http://stackoverflow.com/questions/741714/uploading-files-in-rails (among other similar questions, this one has an accepted answer) – P Shved Jan 10 '10 at 10:32

2 Answers2

2

there are a few rails plugin, attachement_fu and paperclip i think are amongst the best

Here is a tutorial on railscast for paperclip http://railscasts.com/episodes/134-paperclip and here is an attachement fu tutorial http://clarkware.com/cgi/blosxom/2007/02/24#FileUploadFu

nas
  • 3,676
  • 19
  • 19
1

Using the Stackoverflow searchbox with file upload ruby-on-rails these three (at least) look promising:

uploading a file to a website with ruby/rails

Uploading files in Ruby on Rails

Uploading files in Rails

Community
  • 1
  • 1
Mike Woodhouse
  • 51,832
  • 12
  • 88
  • 127