我遇到了问题。
有人为我的客户写了这个上传代码,现在我正在尝试修复它,但我迷路了。
我可以从手机和桌面上传视频,但如果是*.mov
格式则无法使用。
如果您可以请一看并指导我,我会非常感激。
if ($upd) {
$imageFileType = pathinfo($target_file, PATHINFO_EXTENSION);
if ($imageFileType != "mp4" && $imageFileType != "avi" && $imageFileType != "mov" && $imageFileType != "3gp" && $imageFileType != "mpeg") { ?>
<div class="errorFormat"><p>File Format Not Suppoted</p></div>
<?php } else {