upload_progress.rb

Path: lib/action_controller/upload_progress.rb
Last Update: Mon Feb 27 05:06:17 UTC 2006

Unfortunately we need to require multipart_progress here and not in uplaod_status_for because if the upload happens to hit a fresh FCGI instance the upload_status_for method will be called after the CGI object is created Requiring here means that multipart progress will be enabled for all multipart postings.

Required files

action_controller/cgi_ext/multipart_progress  

[Validate]