Help with multiple file upload

Hi,
I am a newbie and am trying to make a system which needs multiple file
upload…i saw lot of different methods on the net when i googld it such as
act as attachment, using js, using flash,etc.
But i am quite confused by now also. I am not very sure what to do as none
of them gives a coherent explanation of how to do it. And its an emergency.
SOS
-ciao
AG

···

–~--~---------~–~----~------------~-------~–~----~
You received this message because you are subscribed to the Google Groups “Ruby on Rails: Talk” group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~–~—

Hi Chad,
Thanks for the guidance. But what i finally implemented was using
attachment_fu as its an updation over act_as_attachment by Rick
Olsenhttp://techno-weenie.net/. WHile searching the net, found lot
of c@#p things but along with ur link,
the other link which helped was
http://clarkware.com/cgi/blosxom/2007/02/24#FileUploadFu and
http://rubyonrailsnotes.blogspot.com/2007/03/multiple-file-uploads-with-attachmentfu.html.
In fact the guy who blogs at Noobie site, created a multiple upload based on
the grant and the clark link. Thses are the beat one i found. In fact there
is not much actually help info out there

ciao
AG

···

On 4/23/07, Chad chad.egeland-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org wrote:

You can find a multiple file upload tutorial at the Rails Grunt
website.
Here is a link to the site

http://www.railsgrunt.com/2007/3/14/ruby-rails-upload-multiple-files-using-acts-as-attachment

On Apr 23, 7:06 am, “arjun ghosh” arjun4r...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org wrote:

Hi,
I am a newbie and am trying to make a system which needs multiple file
upload…i saw lot of different methods on the net when i googld it
such as
act as attachment, using js, using flash,etc.
But i am quite confused by now also. I am not very sure what to do as
none
of them gives a coherent explanation of how to do it. And its an
emergency.
SOS
-ciao
AG

–~–~---------~–~----~------------~-------~–~----~
You received this message because you are subscribed to the Google Groups “Ruby on Rails: Talk” group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~–~—

Hi Chad,
I am also implementing it on a windows box and it worked. You can have a
look at the clarks's web site
http://clarkware.com/cgi/blosxom/2007/02/24#FileUploadFu where he has
mentioned how to install it. Now i have used minimagick to do my thumnail
creation as it is not resources intensive and also it does not have the
installation probs like rmagick. So u can have a look.

-ciao
AG

···

On 4/26/07, Chad Egeland <chad.egeland@gmail.com> wrote:

Thanks for the link to the multiple file uploads using attachment_fu, I
currently am using acts_as_attachment because I develop on a windows box and
the last time I tried using attachment_fu it wouldn't allow for file uploads
due to a Windows incompatability. When that is fixed I will definitely look
at using attachment_fu again and you link will be very valuable. The reason
I sent you the rails grunt link was because I use multiple file uploads for
my administration portion and his way of doing this is quite similar to the
way I did mine and his site was the only written tutorial I could find on
Rails multiple uploads.
Thanks for the info,

Chad

On 4/26/07, arjun ghosh <arjun4ruby@gmail.com> wrote:
>
> Hi Chad,
> Thanks for the guidance. But what i finally implemented was using
> attachment_fu as its an updation over act_as_attachment by Rick Olsen<http://techno-weenie.net/&gt;\. WHile searching the net, found lot of c@#p things but along with ur link,
> the other link which helped was http://clarkware.com/cgi/blosxom/2007/02/24#FileUploadFu
> and http://rubyonrailsnotes.blogspot.com/2007/03/multiple-file-uploads-with-attachmentfu.html
> . In fact the guy who blogs at Noobie site, created a multiple upload
> based on the grant and the clark link. Thses are the beat one i found. In
> fact there is not much actually help info out there
>
> ciao
> AG
>
> On 4/23/07, Chad < chad.egeland@gmail.com> wrote:
> >
> > You can find a multiple file upload tutorial at the Rails Grunt
> > website.
> > Here is a link to the site
> > http://www.railsgrunt.com/2007/3/14/ruby-rails-upload-multiple-files-using-acts-as-attachment
> >
> > On Apr 23, 7:06 am, "arjun ghosh" <arjun4r...@gmail.com> wrote:
> > > Hi,
> > > I am a newbie and am trying to make a system which needs multiple
> > file
> > > upload....i saw lot of different methods on the net when i googld it
> > such as
> > > act as attachment, using js, using flash,etc.
> > > But i am quite confused by now also. I am not very sure what to do
> > as none
> > > of them gives a coherent explanation of how to do it. And its an
> > emergency.
> > > SOS
> > > -ciao
> > > AG
> >
> > --~--~---------~--~----~------------~-------~--~----~
> > You received this message because you are subscribed to the Google
> > Groups "Ruby on Rails: Talk" group.
> > To post to this group, send email to rubyonrails-talk@googlegroups.com
> > To unsubscribe from this group, send email to
> > rubyonrails-talk-unsubscribe@googlegroups.com
> > For more options, visit this group at
> > http://groups.google.com/group/rubyonrails-talk?hl=en
> > -~----------~----~----~----~------~----~------~--~---
> >
>