Error message
This commit is contained in:
@@ -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"];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user