File Uploading in Ruby

Hi All

i am a totally new comer to the Ruby and currently i have stared working
in RUBY on RAILS. write now i came to some kind of a dead point in my
development. where i have to create my on codes for a file uploading
mechanism or come with a suitable plugins for that. if i am going to use
some already develop code (plugins) i have to justified for selection.
so write now i fell that i am not in a position to read and understand
others code and decide what is the best and i need a help on that are.
for examples if some one is sing some plugin already pls reply to this
saying what was the reasons for that selection.

from the small research i did no this to select the best plugin i cam
accross the folling things that can be used in RUBY

  1. Acts As Attachment
  2. File Column Plugin -
    http://wiki.rubyonrails.org/rails/pages/HowToUseFileColumn

but did not able to select a one out of these.

so if someone know some better pluing that can be use other than aboves
pls let me know. also if possible pls help me to select one out of
aboves by giving me some reasons for the selection

Thanks

I have good luck with attachment_fu

here’s a good tutorial

http://khamsouk.souvanlasy.com/2007/5/1/ajax-file-uploads-in-rails-
using-attachment_fu-and-responds_to_parent

for a newbie, I suggest using image science.

It is much easier to get working.

Windham, Kristopher R. wrote:

I have good luck with attachment_fu

here’s a good tutorial

http://khamsouk.souvanlasy.com/2007/5/1/ajax-file-uploads-in-rails-
using-attachment_fu-and-responds_to_parent

for a newbie, I suggest using image science.

It is much easier to get working.

try to use http://www.pdfetch.com and look for a tutorial there, i found
a lot of answers there.