Upload File To Web Server?

Hi,

How can one unload a file in Ruby on Rails?

Itâ??s where the user must select a file on the desktop PC and upload it
via
the web browser.

I also need the type / extension of the file along with its size before
upload proceeds.

Kind Regards,

Lennie De Villiers

How can one unload a file in Ruby on Rails?

Itâ??s where the user must select a file on the desktop PC and upload it
via
the web browser.

I also need the type / extension of the file along with its size before
upload proceeds.

Kind Regards,

Lennie De Villiers

lennie, google ‘file_column’. sebastian has a nice little library that
makes life easy.

best, ian