Advertisement
Guest User

Untitled

a guest
Mar 28th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.32 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <body>
  4.  
  5. <h1>Upload de imagens</h1>
  6.  
  7. <form id="form1" name="form1" method="post" action="upload.php" enctype="multipart/form-data">
  8.    
  9.    <input name="arquivo" type="file" id="arquivo" size="50" />
  10.  
  11.    <input type="submit" name="button" id="button" value="Enviar" />
  12.  
  13. </form>
  14.  
  15. </body>
  16. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement