Files
appwrite/app/config/storage/inputs.php
T
2025-02-04 16:56:14 +00:00

11 lines
183 B
PHP

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