[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

File Uploading in Ruby

Nadeesha Meththananda

11/13/2007 5:00:00 AM



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/HowToUse...

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
--
Posted via http://www.ruby-....

2 Answers

Windham, Kristopher R.

11/13/2007 11:51:00 AM

0

I have good luck with attachment_fu

here's a good tutorial

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

for a newbie, I suggest using image science.

It is much easier to get working.


On Nov 13, 2007, at 12:00 AM, Nadeesha Meththananda wrote:

>
>
> 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/HowToUse...
>
> 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
> --
> Posted via http://www.ruby-....
>


Elad Meidar

11/13/2007 3:32:00 PM

0

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...
> 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.p... and look for a tutorial there, i found
a lot of answers there.
--
Posted via http://www.ruby-....