Jump to content

Загрузить видео mp4


specialforce22
 Share

Go to solution Solved by specialforce22,

Recommended Posts

Привет!

Не могу понять, почему не загружается/не видно файла 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

 

Что не так то?

Link to comment
Share on other sites

  • 1 month later...
  • Solution
В 22.12.2022 в 17:08, specialforce22 сказал:

Что не так то?

 

Не увлекайся больше кешированием или настраивай его более тонко, а не как слон в посудной лавке - поймаю в следующий раз - уши надеру.

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...