Guest User

Untitled

a guest
Feb 20th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.34 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en-us">
  3. <head>
  4.     <meta charset="UTF-8">
  5.     <title>HTML5 Multiple File Upload</title>
  6. </head>
  7. <body>
  8.     <form action="processor.php" method="post" enctype="multipart/form-data">
  9.         <input type="file" value="" name="upload[]" multiple>
  10.         <button type="submit">Upload!</button>
  11.     </form>
  12. <script></script>
  13. </body>
  14. </html>
Add Comment
Please, Sign In to add comment