document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <form action="tratar-upload.php" enctype="multipart/form-data" method="post" name="formulario">
  2. <input name="f1" type="file" />
  3. <input name="f2" type="file" />
  4. <input type="submit" value="Subir!" />
  5. </form>
');