Error message

This commit is contained in:
Senad Uka
2020-09-15 16:40:55 +02:00
parent 65f0874586
commit df60f29eef

View File

@@ -53,6 +53,6 @@ if ($uploadOk == 0) {
header("Location: prikazi.php?slika=$hashed_name");
exit();
} else {
echo "Sorry, there was an error uploading your file.";
echo "Sorry, there was an error uploading your file. " + $_FILES["fileToUpload"]["error"];
}
}