-1

好吧,这让我发疯了。Jpeg/jpg/png 图像工作正常。上传到目录。但是当我试图从我的 iPhone 上传一个 .heif 文件时,它根本就没有上传!!.heic 图像的情况相同。

非常简单的代码..我只是粘贴基本的上传脚本部分......

$sourcePath = $_FILES['file']['tmp_name'];
$targetPathF = uniqid().'-'.$_FILES['file']['name'];
$targetPath = "./temp_upload/".$targetPathF;
move_uploaded_file($sourcePath, $targetPath);

我使用带有 NGINX 的 CentOS7.9 ..

高度赞赏任何帮助。

4

0 回答 0