# File lib/cgikit/resource.rb, line 428
    def tmpfile( filename )
      File.join(@tmpdir, filename).untaint
    end