# Медиа-менеджер

Voyager имеет полноценный Медиа Менеджер, который позволяет загружать, переименовывать и удалять файлы. Вы также можете добавлять новые папки и перемещать файлы/папки. В принципе, все, что вы можете сделать в любом типе Media Manager, вы можете сделать в Voyager Media Manager.

![](/files/-ME4upX9AwwlEpU39KHE)

Вы также можете перетаскивать файлы на кнопку "Загрузить", чтобы загрузить несколько файлов.\
Менеджер мультимедиа позволяет создавать эскизы и добавлять водяные знаки к загружаемым изображениям через конфигурационный файл.\
Обратитесь к [документации media-picker](https://github.com/delphinpro/voyager-ru-docs/tree/22dd01ba25791a4ddaf9fd7e8365f20e49468ee7/core-concepts/.../bread/formfields/media-picker.md#watermark), чтобы узнать об опциях конфигурации.

{% hint style="info" %}
**Уведомление о размере загрузки файла**\
Если вы получаете ошибку при попытке загрузить большие файлы, это может быть настройка, которую необходимо изменить в вашем PHP. Обязательно проверьте `max_file_upload` и `file_upload_size`.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://delphinpro.gitbook.io/voyager-ru/core-concepts/media-manager.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
