search for: add_photo

Displaying 2 results from an estimated 2 matches for "add_photo".

2007 Feb 23
0
Mongrel::Uploads.check() not returning status
...am using Rails 1.1.6 and the latest install > of mongrel. I created the config/mongrel_upload_progress.conf per > the instructions ... it looks like this ... > > uri "/", > :handler => plugin("/handlers/upload", :path_info => ''/listings/ > add_photo''), > :frequency => 1, > :in_front => true > > Then I start mongrel like this ... > > mongrel_rails start -d -p 3000 -S config/mongrel_upload_progress.conf > > In my controller''s progress method I call ... > > @status = Mongrel::Uploads...
2007 Jan 19
0
Mongrel::Uploads.check() not returning status
...m having some problems. I am using Rails 1.1.6 and the latest install of mongrel. I created the config/mongrel_upload_progress.conf per the instructions ... it looks like this ... uri "/", :handler => plugin("/handlers/upload", :path_info => ''/listings/ add_photo''), :frequency => 1, :in_front => true Then I start mongrel like this ... mongrel_rails start -d -p 3000 -S config/mongrel_upload_progress.conf In my controller''s progress method I call ... @status = Mongrel::Uploads.check(params[:upload_id]) However, @statu...