Guest User

Untitled

a guest
Apr 23rd, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>File Gun</title>
  6. </head>
  7. <body>
  8.  
  9. <form action="upload.php" method="post" enctype="multipart/form-data">
  10. <div>
  11. <label for ="upload">Upload your sh*t:</label>
  12. <input id="upload" type="file" name="upload[]" multiple />
  13.  
  14. </div>
  15.  
  16. <p><input type="submit" name="submit" value="Upload" /></p>
  17. </form>
  18. </body>
  19. </html>
Add Comment
Please, Sign In to add comment