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