# File lib/Borges/HTML/HtmlRenderer.rb, line 52
  def file_upload(&block)
    input('file', @callbacks.register_callback(&block))
  end