Title: Max Upload File Size Manager
Author: BrainFleck Solutions
Published: <strong>7 Dicembre 2024</strong>
Last modified: 2 Luglio 2026

---

Ricerca i plugin

![](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

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

[Scarica](https://downloads.wordpress.org/plugin/max-upload-file-size-manager.1.1.0.zip)

 * [Dettagli](https://it.wordpress.org/plugins/max-upload-file-size-manager/#description)
 * [Recensioni](https://it.wordpress.org/plugins/max-upload-file-size-manager/#reviews)
 *  [Installazione](https://it.wordpress.org/plugins/max-upload-file-size-manager/#installation)
 * [Sviluppo](https://it.wordpress.org/plugins/max-upload-file-size-manager/#developers)

 [Supporto](https://wordpress.org/support/plugin/max-upload-file-size-manager/)

## Descrizione

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.

## Screenshot

[⌊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

## Installazione

 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.

## FAQ

### 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.

## Recensioni

![](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/) 3 Marzo 2025 1 risposta

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/) 7 Dicembre 2024

one of the best pluign

 [ Leggi tutte le recensioni di 2 ](https://wordpress.org/support/plugin/max-upload-file-size-manager/reviews/)

## Contributi e sviluppo

“Max Upload File Size Manager” è un software open source. Le persone che hanno contribuito
allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

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

[Traduci “Max Upload File Size Manager” nella tua lingua.](https://translate.wordpress.org/projects/wp-plugins/max-upload-file-size-manager)

### Ti interessa lo sviluppo?

[Esplora il codice](https://plugins.trac.wordpress.org/browser/max-upload-file-size-manager/)
segui il [repository SVN](https://plugins.svn.wordpress.org/max-upload-file-size-manager/),
segui il [log delle modifiche](https://plugins.trac.wordpress.org/log/max-upload-file-size-manager/)
tramite [RSS](https://plugins.trac.wordpress.org/log/max-upload-file-size-manager/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 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.

## Meta

 *  Versione **1.1.0**
 *  Ultimo aggiornamento **2 settimane fa**
 *  Installazioni attive **300+**
 *  Versione WordPress ** 6.3 o superiore **
 *  Testato fino alla versione **7.0.2**
 *  Versione PHP ** 7.4 o superiore **
 *  Lingua
 * [English (US)](https://wordpress.org/plugins/max-upload-file-size-manager/)
 * Tag
 * [big file uploads](https://it.wordpress.org/plugins/tags/big-file-uploads/)[media uploads](https://it.wordpress.org/plugins/tags/media-uploads/)
 *  [Visualizzazione avanzata](https://it.wordpress.org/plugins/max-upload-file-size-manager/advanced/)

## Valutazioni

 5 su 5 stelle.

 *  [  2 recensioni a 5-stelle     ](https://wordpress.org/support/plugin/max-upload-file-size-manager/reviews/?filter=5)
 *  [  0 recensioni a 4-stelle     ](https://wordpress.org/support/plugin/max-upload-file-size-manager/reviews/?filter=4)
 *  [  0 recensioni a 3-stelle     ](https://wordpress.org/support/plugin/max-upload-file-size-manager/reviews/?filter=3)
 *  [  0 recensioni a 2-stelle     ](https://wordpress.org/support/plugin/max-upload-file-size-manager/reviews/?filter=2)
 *  [  0 recensioni a 1-stelle     ](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)

[Vedi tutte le recensioni](https://wordpress.org/support/plugin/max-upload-file-size-manager/reviews/)

## Collaboratori

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

## Supporto

Hai qualcosa da dire? Ti serve aiuto?

 [Chiedi nel forum di supporto](https://wordpress.org/support/plugin/max-upload-file-size-manager/)