<?php include("head.php"); ?> <!DOCTYPE html> <html lang="hu"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> </head> <body> <h1>Képek feltöltése PHP-val</h1> <form action="#" method="POST" enctype="multipart/form-data"> Név: <input type="text" name="kepnev"><br> <input type="file" name="kepfajl"><br> <button type="submit">Feltölt</button> </form> </body> </html>