=== MaxUpload – Upload Larger Files Easily ===
Contributors: sadathimel
Tags: file upload, large files, chunked upload, media library, server limits
Requires at least: 5.0
Tested up to: 6.8
Stable tag: 1.0.0
Requires PHP: 7.4
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html 

Upload large files easily with chunked uploads and server limit customization.

== Description ==

**MaxUpload – Upload Larger Files Easily | Maximize Server Timeouts** lets you overcome default WordPress upload size restrictions.

Whether you're uploading videos, ZIPs, or other large files, this plugin makes it smooth and stress-free using **chunked uploads** and a clean, responsive drag-and-drop interface.

You can customize server limits (like `upload_max_filesize`, `post_max_size`, `memory_limit`, and `max_execution_time`) directly in your WordPress dashboard – no need to edit `php.ini` or `.htaccess`.

Built for content creators, developers, and agencies.

### 🔧 Key Features

- ✅ Drag-and-drop uploader for large media files
- 🔄 Chunked uploads to bypass server-imposed size limits
- ⚙️ Change `upload_max_filesize`, `post_max_size`, `memory_limit`, and `max_execution_time` from the admin panel
- 👥 Role-based restrictions (e.g., limit editors to 500MB, admins to 5GB)
- 🌍 Allow public uploads via shortcode
- 🔗 Seamless form integrations (WPForms, Contact Form 7, Gravity Forms)
- 🎨 Responsive UI with Bootstrap styles and a built-in FAQ section
- 📂 Media Library integration (adds a “Big File Upload” button)

== Installation ==

1. Upload the plugin folder to `/wp-content/plugins/` or install via the WordPress plugin dashboard.
2. Activate **MaxUpload – Upload Larger Files Easily** through the ‘Plugins’ menu.
3. Visit **Media > MaxUpload** to configure your settings.
4. Use the `[maxu82up_big_upload]` shortcode to enable front-end upload forms.
5. Go to **Media > Library**, click **Big File Upload**, and start uploading!

== Frequently Asked Questions ==

= ❓ What happens if I set a limit higher than the server allows? =
Your server configuration takes precedence. To raise actual limits, edit `php.ini`, `.htaccess`, or contact your host.

= ⏱️ What’s a good value for max execution time? =
300–600 seconds is a safe range for large uploads, depending on your hosting environment.

= 🔄 Why don’t my changes apply instantly? =
PHP-FPM or server caching might delay updates. Clear your cache or restart PHP processes.

= 🗂️ Can I upload files over 2GB? =
Yes — but only if your server supports it. Many shared hosts cap file uploads at 2GB.

= 📊 How can I see my current upload limits? =
Go to **Tools > Site Health > Info > Server** or ask your web host directly.

== Screenshots ==

1. Plugin settings panel with upload and memory limit options
2. Media Library view with "Big File Upload" option
3. Front-end drag-and-drop uploader interface
4. Shortcode uploader displayed in a page or post

== Changelog ==


= 1.0 =
* Initial release
* Chunked upload support
* Server limit configuration
* Drag-and-drop uploader UI
* Role-based limits
* Form plugin integrations

== Upgrade Notice ==

= 1.0 =
This is the initial version. Future updates will include more form integrations and upload handling improvements.