我've sent form data successfully from an AJAX call. Form data is received (14 form fields of varying types) and the file contents of an image I' m尝试上传显示 $_FILES["img"]["error"] 没有错误 . 我've checked that the directory I' m试图将图像文件移动到存在(确实如此),现在我正在尝试 move_uploaded_file($_FILES['img']['tmp_name'], $imagePath) 但它反复无法正常工作 . 任何帮助表示赞赏 .

EC2 Ubuntu 16.04,PHP 7.0 . 我还检查了文件大小是否超过php.ini中的限制 .