Can someone help me understand why this is returning false?
if ((move_uploaded_file($_FILES[$field][\'tmp_name\'], $path))) {
As in, potent
Did you check permission on the temporary upload folder?
What does php tell you if you do:
var_dump($_FILES);