Advertisement
Guest User

Untitled

a guest
Feb 7th, 2021
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.37 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="ru">
  3. <head>
  4.     <meta charset="UTF-8">
  5.     <title>test</title>
  6. </head>
  7. <body>
  8. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
  9.  
  10. <form method="post" enctype="multipart/form-data">
  11.     <input type="file" name="file" accept="text/*" required>
  12.     <input type="submit" value="Отправить">
  13. </form>
  14.  
  15. </body>
  16. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement