appwrite/app/config/storage/inputs.php
2025-01-21 18:06:20 +00:00

10 lines
183 B
PHP

<?php
return [
// Accepted inputs files
"jpg" => "image/jpeg",
"jpeg" => "image/jpeg",
"gif" => "image/gif",
"png" => "image/png",
"heic" => "image/heic",
];