diff --git a/app/routes/report.tsx b/app/routes/report.tsx index e49cef5..fa127a0 100644 --- a/app/routes/report.tsx +++ b/app/routes/report.tsx @@ -51,12 +51,17 @@ export default function () { const [uploading, setUploading] = useState(false); const [loading, setLoading] = useState(false); const fileTypes: { [k: string]: string } = { + avif: "image/avif", gif: "image/gif", + jpg: "image/jpeg", + jpeg: "image/jpeg", m4v: "video/x-m4v", mkv: "video/x-matroska", mov: "video/mp4", mp4: "video/mp4", + png: "image/png", webm: "video/webm", + webp: "image/webp", wmv: "video/x-ms-wmv", };