This commit is contained in:
2023-02-20 15:51:10 +01:00
parent 0957e5ef32
commit 254a9e4085
4 changed files with 85 additions and 19 deletions

View File

@ -135,7 +135,7 @@ try {
}
$targetFilePath = $targetDir . '/' . $newFilename;
echo "targetFilePath ". $targetFilePath."\n";
//echo "targetFilePath ". $targetFilePath."\n";
if (isset($_POST["submit"]) && !empty($_FILES["file"]["name"]))
{