Linux 软件免费装
Banner图

Nexura Upload Limits Manager – Increase Maximum Upload File Size

开发者 prokashsarker2026
nexurasecurity
更新时间 2026年8月14日 17:11
PHP版本: 7.4 及以上
WordPress版本: 7.1
版权: GPLv2 or later
版权网址: 版权信息

标签

file upload upload limit max upload size chunked upload storage quota

下载

1.0.1 1.0.2 1.0.3

详情介绍:

Nexura Upload Limits Manager is the ultimate, enterprise-grade utility plugin designed to give you absolute control over WordPress file uploads, server limits, and user storage quotas. Whether you are struggling with "upload_max_filesize exceeded", "Allowed memory size exhausted", or trying to upload large media files on a shared hosting environment, this plugin provides a robust, one-click solution. By utilizing a powerful Smart Chunked Upload Engine, Nexura helps work around traditional PHP per-request server limits. It splits large files into small, manageable pieces (chunks) in the background, allowing you to upload them seamlessly even on restrictive shared hosting environments.
💡 Perfect for: WooCommerce store owners, Video/Course creators (LMS), Photographers, Bloggers, Developers, and anyone tired of WordPress upload restrictions.
🚀 Key Features (Why Choose Nexura?) 🧠 How It Works (For Technical Users & AI) Nexura employs a multi-tier approach to upload management:
  1. Server Override: It attempts to dynamically adjust .htaccess and .user.ini configurations for environments that allow PHP directive overrides.
  2. Chunking Engine (Plupload Interception): For files that exceed server limits, Nexura intercepts the native WordPress async upload handler. It utilizes HTML5 File API to slice the file client-side, transmits chunks sequentially, validates them securely using strict database constraints, and perfectly reconstructs the file on the server.
  3. Usage Tracking: Every successful upload is mapped in a highly optimized database table (nexura_upload_logs) and heavily cached. This enables lightning-fast quota lookups without scanning the physical file system.
🎯 Who Is This Plugin For? 🔐 Privacy & Security This plugin does not collect, store, or transmit any personal data. It operates entirely within your WordPress environment and is fully GDPR compliant.

安装:

  1. Upload the nexura-upload-limits-manager directory to /wp-content/plugins/, or install directly from the WordPress Plugin Directory via Plugins → Add New.
  2. Activate the plugin through the Plugins menu.
  3. Navigate to Upload Manager in your WordPress admin sidebar.
  4. Set your desired Global Upload Limit, PHP Memory Limit, and Max Execution Time.
  5. Go to the User Quotas tab to configure Role-Based or Individual Storage Quotas.
  6. Simply upload your large files via the WordPress Media Library. The Chunked Engine will automatically activate for massive files!

屏幕截图:

  • **Media Storage Analytics:** Real-time visual WordPress media storage breakdown for all media types.
  • **User Quotas:** Assign specific maximum upload limits and storage caps for user roles or individual users.

常见问题:

How does the Chunked Upload engine work?

When you upload a file larger than your server's limits, Nexura automatically splits it into small, safe chunks (e.g., 2MB each). These chunks are sent to your server one by one. Once all chunks arrive, Nexura seamlessly merges them back into the original large file and hands it over to WordPress.

Can I upload a massive video file on cheap shared hosting?

Yes! Because Nexura's Chunking Engine slices the file into tiny pieces, your server only processes a few megabytes at a time. However, please note that large files can be uploaded subject to your hosting provider's filesystem, PHP, web server, timeout, and available disk-space limits.

What happens if my internet disconnects during a huge upload?

The plugin features retry mechanics and upload resume support. If the upload drops, you can often drag and drop the exact same file into the Media Library again to resume compatible uploads using the same upload session.

How do Role-based Storage Quotas work?

You can assign specific maximum file upload sizes and total storage quotas for each WordPress user role (e.g., Authors can upload a max of 10MB per file and are limited to 500MB of total storage). Once a user reaches their assigned quota, they cannot upload any more files until they free up space.

What happens when I uninstall the plugin?

Nexura follows strict WordPress clean-up standards. Upon uninstallation, it safely removes all its custom database tables, transient caches, user metadata, and temporary upload directories, leaving your server completely clean.

Will this plugin slow down my website?

Absolutely not. The plugin strictly operates in the WordPress admin panel and backend AJAX endpoints. It has zero impact on your front-end website speed or Core Web Vitals.

更新日志:

1.0.3 1.0.2 1.0.1 1.0.0