Can someone help me understand why this is returning false?
if ((move_uploaded_file($_FILES[$field][\'tmp_name\'], $path))) {
As in, potent
Check:
enctype="multipart/form-data"
Inside the form itself, without it file upload won't work at all.