On 12/27/06, Jim Douglas <[EMAIL PROTECTED]> wrote:
> I ma trying to get this upload working,
>
> http://mongrel.rubyforge.org/docs/upload_progress.html,
>
> ....after starting from the command line,
>
> mongrel_rails start -d -p 3001 -S config/mongrel_upload_progress.conf
>
> I get this eror in the browser,
>
> NameError
>
> uninitialized constant UploadProgressRailsController
>

Is your controller in a file correctly named
upload_progress_rails_controller.rb ? This is typically the kind of
error we get when the controlller name doesn't match its filename
(check the plural and the CamelName).

We never know...
_______________________________________________
Mongrel-users mailing list
Mongrel-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/mongrel-users

Reply via email to