# File lib/cgikit/bytedata.rb, line 146
    def length
      open do
        @tempfile.size
      end
    end