added orai
This commit is contained in:
24
20241114/241104/html.php
Normal file
24
20241114/241104/html.php
Normal file
@@ -0,0 +1,24 @@
|
||||
<?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>Képek kezelése</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>
|
||||
Reference in New Issue
Block a user