specialforce22 Posted December 22, 2022 at 02:08 PM Share Posted December 22, 2022 at 02:08 PM Привет! Не могу понять, почему не загружается/не видно файла mp4 1. Делаю модификатором так: <file path="admin/controller/common/filemanager.php"> <operation> <search> <![CDATA[$files = glob($directory . '/' . $filter_name . '*.{jpg,jpeg,png,gif,JPG,JPEG,PNG,GIF}', GLOB_BRACE);]]> </search> <add position="replace"> <![CDATA[$files = glob($directory . '/' . $filter_name . '*.{jpg,jpeg,png,gif,JPG,JPEG,PNG,GIF,mp4,webm}', GLOB_BRACE);]]> </add> </operation> <operation> <search> <![CDATA['jpeg',]]> </search> <add position="after"> <![CDATA[ 'mp4', 'webm', ]]> </add> </operation> <operation> <search> <![CDATA['image/jpeg',]]> </search> <add position="after"> <![CDATA[ 'video/mp4', 'video/webm', ]]> </add> </operation> </file> Пишет, что некорректный тип файла, соответственно, не загружается - http://joxi.ru/zANXMOGTwy39Zm 2. Ладно иду в Система - Настройки - Сервер Загрузить надо 3 мб, поставил, чтобы допустимо 5 2.1. Указал допустимый тип файла http://joxi.ru/brRygkGF86x94A Пишет, что файл загружен - http://joxi.ru/4AkDLkaiVlZZGr На хостинг тоже лежит - http://joxi.ru/12Mng3lH81R5VA Но почему то не отображается файлик в менеджере - http://joxi.ru/gmvD15zi0nlOdA Что не так то? 0 Quote Link to comment Share on other sites More sharing options...
Solution specialforce22 Posted January 26, 2023 at 01:49 PM Author Solution Share Posted January 26, 2023 at 01:49 PM В 22.12.2022 в 17:08, specialforce22 сказал: Что не так то? Не увлекайся больше кешированием или настраивай его более тонко, а не как слон в посудной лавке - поймаю в следующий раз - уши надеру. 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.