Advertisement
ruberval

form

Mar 4th, 2015
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.70 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>Upload de Arquivos</title>
  6. </head>
  7.  
  8. <body>
  9. <p>Upload de Arquivos</p>
  10. <p>&nbsp;</p>
  11. <form action="receber_upload.php" method="post" enctype="multipart/form-data" name="form1" id="form1">
  12.   Arquivo:
  13.  
  14.   <input name="Arquivo" type="file" id="Arquivo" formenctype="multipart/form-data" formmethod="post" value="Enviar" size="50" />
  15.   <input type="submit" name="Enviar" id="Enviar" value="Submit" />
  16. </form>
  17. <p>&nbsp;</p>
  18. <p>&nbsp;</p>
  19. </body>
  20. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement