move_uploaded_file failure

前端 未结 10 1087
挽巷
挽巷 2020-12-10 13:25

Can someone help me understand why this is returning false?

if ((move_uploaded_file($_FILES[$field][\'tmp_name\'], $path))) {

As in, potent

10条回答
  •  春和景丽
    2020-12-10 13:57

    Did you edit your php.ini to make sure upload_tmp_dir points to a temporary directory?

提交回复
热议问题