method
upload_progress
rails latest stable - Class:
ActionController::UploadProgress
upload_progress(upload_id = nil)public
Get the UploadProgress::Progress object for the supplied upload_id from the session. If no upload_id is given, then use the current_upload_id
If an UploadProgress::Progress object cannot be found, a new instance will be returned with total_bytes == 0, started? == false, and finished? == true.