Path: | vendor/rails/actionpack/lib/action_controller/upload_progress.rb |
Last Update: | Thu Aug 04 22:20:26 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.