instance method
size
Ruby on Rails 8.0.4
Since v3.0.20Signature
size()
Shortcut for tempfile.size.
Source
# File actionpack/lib/action_dispatch/http/upload.rb, line 93
def size
@tempfile.size
end
Defined in actionpack/lib/action_dispatch/http/upload.rb line 93
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::Http::UploadedFile