This method is deprecated or moved on the latest stable version. The last existing version (v1.0.0) is shown here.
started?()
Returns true if some bytes have been received
# File actionpack/lib/action_controller/upload_progress.rb, line 457 def started? @received_bytes > 0 end