$moveResult = move_uploaded_file($fileTmpLoc, “…/user/$db_file_name”);
if ($moveResult != true) {
header(“location: …/message.php?msg=ERROR: File upload failed”);
exit();
}
I dont know whats wrong with the code above. I keep getting the ERROR massage, “File upload failed”