Path: | lib/action_controller/upload_progress.rb |
Last Update: | Wed Oct 12 14:06:57 UTC 2005 |
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.