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