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