Advertisement
Guest User

Untitled

a guest
Apr 12th, 2019
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title></title>
  5.  
  6. </head>
  7. <body>
  8. <form action="upload.php" method="POST" enctype="multipart/form-data">
  9. <input type="file" name="file">
  10. <button type="submit" name="submit">DATEI HOCHLADEN</button>
  11. </form>
  12. </body>
  13. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement