Title: Max Upload File Size Manager
Author: BrainFleck Solutions
Published: <strong>07.12.2024</strong>
Last modified: 02.07.2026

---

Поиск плагинов

![](https://ps.w.org/max-upload-file-size-manager/assets/banner-772x250.jpg?rev=
3203927)

![](https://ps.w.org/max-upload-file-size-manager/assets/icon-256x256.jpg?rev=3203927)

# Max Upload File Size Manager

 Автор: [BrainFleck Solutions](https://profiles.wordpress.org/brainfleck/)

[Скачать](https://downloads.wordpress.org/plugin/max-upload-file-size-manager.1.1.0.zip)

 * [Детали](https://ru.wordpress.org/plugins/max-upload-file-size-manager/#description)
 * [Отзывы](https://ru.wordpress.org/plugins/max-upload-file-size-manager/#reviews)
 *  [Установка](https://ru.wordpress.org/plugins/max-upload-file-size-manager/#installation)
 * [Разработка](https://ru.wordpress.org/plugins/max-upload-file-size-manager/#developers)

 [Поддержка](https://wordpress.org/support/plugin/max-upload-file-size-manager/)

## Описание

Max Upload File Size Manager empowers you to effortlessly overcome your hosting 
provider’s file size limits by allowing seamless uploads of large files. Additionally,
you can extend the upload size limit, accommodating even larger files. With this
plugin, you can easily set a maximum upload size tailored to your needs, customize
limits based on user roles, and keep track of your storage usage alongside essential
PHP settings. Elevate your file management experience with our intuitive features
designed for both site administrators and users.

### Features

 * **Dynamic Server Limits Management**: Tune maximum upload file size, memory limit,
   execution time, and post max size directly from WP admin.
 * **Apache & Nginx Support**: Safely writes rules to your `.htaccess` on Apache
   and LiteSpeed servers, and provides copy-pasteable configuration guides for Nginx.
 * **Role-Based Limits**: Tailor file size limits based on user roles, granting 
   specific upload capabilities to different user types.
 * **Storage Usage Analysis**: Monitor your storage usage with detailed insights,
   including total file counts, file types, and overall storage size.
 * **Read-only Side-by-side Server Limits**: Review configured limits against actual
   runtime server limits with clear warnings if server settings are restrictive.

## Скриншоты

[⌊Upload File Size Settings⌉⌊Upload File Size Settings⌉[

Upload File Size Settings

[⌊Upload New Media⌉⌊Upload New Media⌉[

Upload New Media

[⌊Upload File Size Customize by user role⌉⌊Upload File Size Customize by user role⌉[

Upload File Size Customize by user role

[⌊Storage Usage Analysis⌉⌊Storage Usage Analysis⌉[

Storage Usage Analysis

[⌊Php ini Config Details⌉⌊Php ini Config Details⌉[

Php ini Config Details

[⌊Server Upload & Performance Settings page showing side-by-side values⌉⌊Server 
Upload & Performance Settings page showing side-by-side values⌉[

Server Upload & Performance Settings page showing side-by-side values

## Установка

 1. Upload the `max-upload-file-size-manager` directory to your `/wp-content/plugins/`
    directory.
 2. Activate the plugin through the ‘Plugins’ menu in WordPress.
 3. Navigate to **MxUpload** in the admin sidebar.
 4. Click on **Server Settings** to customize file size limits, execution time, memory,
    and post size.

## Часто задаваемые вопросы

### What is the Max Upload File Size Manager plugin?

The Max Upload File Size Manager plugin allows you to manage and customize the maximum
upload file size for your WordPress site. It enables users to upload large files
by bypassing hosting limitations through chunked uploads.

### How do I set the maximum upload size?

Once you have installed and activated the plugin, please go to the WordPress admin
bar. You can find the «MxUpload» plugin there. From this section, you can set the
maximum file size in MB or GB, ensuring that it complies with your hosting provider’s
limits.

### Can I customize upload limits based on user roles?

Yes! The plugin allows you to customize the maximum file upload size based on different
user roles, giving you control over who can upload larger files.

### Is the plugin compatible with all hosting providers?

The Max Upload File Size Manager plugin is designed to work with most hosting providers.
However, we recommend checking your server’s configurations and limits to ensure
compatibility.

### How can I monitor my storage usage?

The plugin includes a Storage Usage Analysis feature that provides details about
your uploaded files, including the total count, extensions, and overall size.

## Отзывы

![](https://secure.gravatar.com/avatar/287552272e42b5ff99b6c71bec2d149c56182af75dcc9f579165b1dfa1eeecf1?
s=60&d=retro&r=g)

### 󠀁[Use when the default upload won’t budge from 2MB](https://wordpress.org/support/topic/use-when-the-default-upload-wont-budge-from-2m/)󠁿

 [kokonutkrab](https://profiles.wordpress.org/kokonutkrab/) 03.03.2025 1 ответ

This plugin is perfect for that frustrating occurrence when you want to set the 
upload limit for files AND after updating php.ini, .htaccess and cpanel … nothing
works. After a long search I still cannot fathom where the max upload file setting
is defaulted to. Some articles allude to a server setting controlled by the hosting
company.The plugin also lets you change the upload limit per ‘role’. Just perfect.

![](https://secure.gravatar.com/avatar/52c43ab320fa917acf22093d48869f10c83dc50e562df85e188c862a27524f8b?
s=60&d=retro&r=g)

### 󠀁[Nice one](https://wordpress.org/support/topic/nice-one-439/)󠁿

 [hardikmalaviya](https://profiles.wordpress.org/hardikmalaviya/) 07.12.2024

one of the best pluign

 [ Посмотреть все 2 отзыва ](https://wordpress.org/support/plugin/max-upload-file-size-manager/reviews/)

## Участники и разработчики

«Max Upload File Size Manager» — проект с открытым исходным кодом. В развитие плагина
внесли свой вклад следующие участники:

Участники

 *   [ BrainFleck Solutions ](https://profiles.wordpress.org/brainfleck/)

[Перевести «Max Upload File Size Manager» на ваш язык.](https://translate.wordpress.org/projects/wp-plugins/max-upload-file-size-manager)

### Заинтересованы в разработке?

[Посмотрите код](https://plugins.trac.wordpress.org/browser/max-upload-file-size-manager/),
проверьте [SVN репозиторий](https://plugins.svn.wordpress.org/max-upload-file-size-manager/),
или подпишитесь на [журнал разработки](https://plugins.trac.wordpress.org/log/max-upload-file-size-manager/)
по [RSS](https://plugins.trac.wordpress.org/log/max-upload-file-size-manager/?limit=100&mode=stop_on_copy&format=rss).

## Журнал изменений

#### 1.1.0

 * Integrated a new Server Settings configuration panel under the settings tab.
 * Supported overrides for max upload size, memory limit, max execution time, and
   post max size.
 * Implemented Apache/LiteSpeed .htaccess dynamic directives writing.
 * Enabled reliable large file uploads (500MB+) by implementing memory-efficient
   binary chunk streaming.
 * Added dynamic timeouts (600s) and increased Plupload upload retries to 3.
 * Capped uploader limit filters dynamically based on active server boundaries.
 * Shipped security enhancements including nonces, isset validation checks, and 
   sanitization of superglobals.
 * Added translator comments for placeholder translation strings.
 * Cleared inline styles and migrated them to enqueued assets.

#### 1.0.0

 * Initial public release with WP 7.0 compatibility and Server limits configurations.

## Мета

 *  Версия **1.1.0**
 *  Обновление: **6 дней назад**
 *  Активных установок: **200+**
 *  Версия WordPress ** 6.3 или выше **
 *  Совместим вплоть до: **7.0**
 *  Версия PHP ** 7.4 или выше **
 *  Язык
 * [English (US)](https://wordpress.org/plugins/max-upload-file-size-manager/)
 * Метки:
 * [big file uploads](https://ru.wordpress.org/plugins/tags/big-file-uploads/)[media uploads](https://ru.wordpress.org/plugins/tags/media-uploads/)
 *  [Дополнительно](https://ru.wordpress.org/plugins/max-upload-file-size-manager/advanced/)

## Оценки

 5 из 5 звёзд.

 *  [  2 5-звездный отзыв     ](https://wordpress.org/support/plugin/max-upload-file-size-manager/reviews/?filter=5)
 *  [  0 4-звездный отзыв     ](https://wordpress.org/support/plugin/max-upload-file-size-manager/reviews/?filter=4)
 *  [  0 3-звездный отзыв     ](https://wordpress.org/support/plugin/max-upload-file-size-manager/reviews/?filter=3)
 *  [  0 2-звездный отзыв     ](https://wordpress.org/support/plugin/max-upload-file-size-manager/reviews/?filter=2)
 *  [  0 1-звездный отзыв     ](https://wordpress.org/support/plugin/max-upload-file-size-manager/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/max-upload-file-size-manager/reviews/#new-post)

[Посмотреть всеотзывы](https://wordpress.org/support/plugin/max-upload-file-size-manager/reviews/)

## Участники

 *   [ BrainFleck Solutions ](https://profiles.wordpress.org/brainfleck/)

## Поддержка

Есть что сказать? Нужна помощь?

 [Перейти в форум поддержки](https://wordpress.org/support/plugin/max-upload-file-size-manager/)