Howdy Kaals!
The only experience I have had with uploading photos is using the
"file_column" plugin available here:
http://www.kanthak.net/opensource/file_column/
Further explained here:
http://wiki.rubyonrails.com/rails/pages/HowToUseFileColumn
You may also want to search for the plugin "acts_as_attachment".
-Colman
--- In RubyOnRails@yahoogroups.com, kalpesh patel
<kalpeshpatel12ka4@...> wrote:
>
> Well i appreciate it how you make possible it
>
> i am very new programmer to RoR and need your help
> in uploading the photo using ruby
>
> i have to upload photo in the one site which i can maintain photo
album
> back end is mysql
>
> how could it is possible ? can you tell me i made only one CRUD
application in the ruby using cookbook
>
> my os i am using is Win Xp
>
> and also give some idea about the single table inheritance i don't
know this concept
>
> tanking you
> kaals
>
>
>
> gigi_thom <gigi_thom@...> wrote:
> Hi Everyone,
>
> I've been playing around with RoR, and love it and am implementing a
> project which I want to use the Single Table Inheritance Feature. The
> convention is to use the column name 'type' to indicate the type name,
> however using Firebird or MySQL 5, 'type' is a reserved word and cannot
> be used as a column name.
>
> What is the convention for changing the column name but can still use
> the single inheritance feature?
>
> Would really appreciate it.
>
> Cheers,
> Gigi
>
>
>
>
>
> Send free SMS to your Friends on Mobile from your Yahoo! Messenger.
Download Now! http://messenger.yahoo.com/download.php
>
> [Non-text portions of this message have been removed]
>