Something a complete newbie can follow, for file uploads.
http://groups.google.com/group/hobousers/browse_thread/thread/f49ccc94f6d8994d
Discussion
-
I just changed the following things and it works perfectly except you:user
<a><img src="#{this.photo.url :thumbnail}" /></a> change to <a><img src="#{this.photo.path :thumbnail}" /></a> for some reason the URL is not rendered properly.
needs to be added to the model upload.rb
:url => "rails_root/public/images/:attachment/:id_:style.:extension