This method is deprecated or moved on the latest stable version. The last existing version (v1.0.0) is shown here.
remaining_bytes()
Number of bytes left for this upload
# File actionpack/lib/action_controller/upload_progress.rb, line 384 def remaining_bytes @total_bytes - @received_bytes end