Hi!
Anyone got upload progress working under Rails 0.13.x or 0.14.x under
lighttpd?
It''s not working for me. It just jumps from "Upload
starting..." to
"Upload finished."
This is my relevant lighttpd conf:
fastcgi.server = (
".fcgi" => (
"RAILS_APP" => (
"socket" => "/tmp/rails_app.socket",
"bin-path" => "/path/to/public/dispatch.fcgi",
"min-procs" => 2,
"max-procs" => 2
)
)
)
Any info is appreciated,
Thanks, Rob