This commit is contained in:
2024-05-28 18:05:07 +02:00
parent 87f031d1c3
commit dbe8f49a46
2 changed files with 7 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
<?php
$target_dir = "uploads/";
$target_dir = "stranky/";
$target_file = $target_dir . basename($_FILES["fileToUpload"]["name"]);
$uploadOk = 1;
$imageFileType = strtolower(pathinfo($target_file,PATHINFO_EXTENSION));