Can someone help me understand why this is returning false?
if ((move_uploaded_file($_FILES[$field][\'tmp_name\'], $path))) {
As in, potent
Did you edit your php.ini to make sure upload_tmp_dir points to a temporary directory?