Increase file upload limit in the standard built-in WordPress media uploader. Uploads can be as large as available disk space allows.
No messing with Apache/PHP initialization files or settings. No need to FTP.
Simply activate the plugin and use the media uploader as you normally would.
The browser uploader option is not supported, the multi-file uploader must be used to enable large file uploads.
In essence the plugin changes the Plupload settings for uploads and points the AJAX url to the plugin. This processes the
upload in chunks (separate smaller pieces) before handing it off to WordPress.