read(length=nil, buffer=nil)
Shortcut for tempfile.read.
# File actionpack/lib/action_dispatch/http/upload.rb, line 35 def read(length=nil, buffer=nil) @tempfile.read(length, buffer) end