vege
This commit is contained in:
9
20241024/head.php
Normal file
9
20241024/head.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
session_start();
|
||||
|
||||
if ($_SERVER["REQUEST_METHOD"]=="POST"){
|
||||
$celkonyvtar = "kepek/";
|
||||
$celfajl = $_FILES["kepfajl"]["name"];
|
||||
|
||||
var_dump($_FILES["kepfajl"]);
|
||||
}
|
||||
Reference in New Issue
Block a user