Upload Larger Plugins

描述

This plugin replaces the built-in WordPress plugin uploader with one that allows you to upload a plugin of any size.

This is something you might need if your web hosting has a low maximum file upload limit (some default PHP installs have 2MB), and the plugin you wish to install is too large for this.

It accomplishes this task by replacing WordPress’s default plugin uploader with a more sophisticated component that can upload larger files in chunks. You just install this plugin, activate it, and that’s it – you can now get back to the real work.

Want to see some more quality plugins and products?

許可證

Copyright 2014- David Anderson

MIT License:

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

屏幕截图

  • New plugin uploading widget - accepting plugin zips of any size

安装

Standard WordPress plugin installation:

  1. Search for “Upload Larger Plugins” in the WordPress plugin installer
  2. Click ‘Install’

常见问题

Where are the configuration settings?

There are none. If the plugin is active, then it will replace the upload widget on the Plugins -> Upload configuration page in your WordPress dashboard. That is all.

Does this plugin also enable the upload of larger themes?

No. It would not be a huge job for someone to extend it to do so; but I personally have no need for that use case.

评价

2023年4月19日 1 回复
This plugin really saves me when I'm in a tight corner.
2021年5月23日
Depois de muito estresse com a "equipe técnica" de um servidor, eu instalo este plugin simples e incrível e tudo funciona. Muito obrigado David.
2021年1月5日
I needed to install a plugin of 5.5mb. I found out that most wordpress sites allow plugins up to 2mb. You can either change this in php.ini or .htaccess file or just use this plugin. Easy to use and straightforward 5/5.
2018年11月9日
Great work around when you don't have access to hosting or cpanel. Well done.
阅读所有20条评价

贡献者及开发者

“Upload Larger Plugins” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

将“Upload Larger Plugins”翻译成您的语言。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

1.7 – 08-Aug-2022

  • TWEAK: Add missing “Text Domain” header to plugin to facilitate translations

1.6 – 14-Dec-2020

  • TWEAK: Added a warning on the upload widget if the system temporary directory is not writable.
  • TWEAK: Changed the translation domain used to match the plugin slug, so that wordpress.org translation is now possible

1.5 – 13-Aug-2020

  • Compatibility: Add support for WP 5.5’s new “update a plugin via uploading a zip” functionality

1.4.1 – 17-Sep-2016

  • Compatibility: Make the plugin work again after WP 4.6.1 introduced an incompatibility

1.4 – 01-Aug-2016

  • Compatibility: Compatible with the forthcoming WP 4.6

1.3 – 28-Jul-2016

  • Compatibility: Preparations for compatibility with the forthcoming WP 4.6

1.2 – 11-Feb-2015

  • Fixed: Now works on WP 3.6 (and probably earlier)
  • Tweak: Add some extra permissions checks (believed to be redundant – no security issue known)

1.1 – 30-May-2014

  • Only load this plugin’s JavaScript on the relevant page

1.0 – 21-May-2014

  • First version