Guest User

Untitled

a guest
Feb 16th, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="ru">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Загрузка файлов на сервер</title>
  6. </head>
  7. <body>
  8. <h2>Форма для загрузки файлов</h2>
  9. <form action="upload.php" method="post" enctype="multipart/form-data">
  10. <input type="file" name="filename">
  11. <input type="submit" value="Загрузить">
  12. </form>
  13. </body>
  14. </html>
Add Comment
Please, Sign In to add comment