Path: | lib/action_controller/upload_progress.rb |
Last Update: | Sat Mar 04 07:20:19 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.