Title: HUEM: Huge Upload Enabler, mostly
Author: frodeborli
Published: <strong>2016-10-25</strong>
Last modified: 2017-01-03

---

Szukaj wtyczek

![](https://ps.w.org/wp-awesome/assets/banner-772x250.jpg?rev=1523771)

Wtyczka **nie została przetestowana z trzema ostatnimi głównymi wydaniami WordPressa**.
Może nie być już utrzymywana lub obsługiwana, co może skutkować problemem ze zgodnością
z nowszymi wersjami WordPressa.

![](https://s.w.org/plugins/geopattern-icon/wp-awesome_dcdad4.svg)

# HUEM: Huge Upload Enabler, mostly

 Autor: [frodeborli](https://profiles.wordpress.org/frodeborli/)

[Pobierz](https://downloads.wordpress.org/plugin/wp-awesome.1.0.1.zip)

 * [Szczegóły](https://pl.wordpress.org/plugins/wp-awesome/#description)
 * [Recenzje](https://pl.wordpress.org/plugins/wp-awesome/#reviews)
 * [Rozwój](https://pl.wordpress.org/plugins/wp-awesome/#developers)

 [Wsparcie](https://wordpress.org/support/plugin/wp-awesome/)

## Opis

HUEAM is a plugin that tries to make improvements to WordPress, while not interfering
with the way WordPress works. When you install the plugin, you will not notice any
immediate changes – but these features have been silently enabled.

 * Smart Context Menus
 * Chunked uploads to bypass php.ini and .htaccess upload limitations.

We’re looking into more exciting improvements to add, and you will be able to easily
enable or disable them.

### Smart Context Menus

Right clicking any element in site preview mode now will render a nice context menu–
that will take you directly to the appropriate admin page for editing. You (or your
customer) will never again have to ask where to find the feature. It will save you
thousands of mouse clicks.

Pro tip: If you want to see the browser native context menu, simply hold CTRL while
right clicking.

Pro tip 2: You can extend the context menu by using the filter `wpa_context_menu`.

Pro tip 3: Disable the context menus in your wp-config.php file like this:

    ```
    define('WPAWESOME_DISABLE_CONTEXT_MENUS', true);<h3>Huge uploads</h3>
    ```

By making WordPress upload files in multiple chunks, you can now upload huge files
through the standard WordPress user interface. No more editing of .htaccess files,
or php.ini files. The uploaded file will be split into chunks that are 1.9 MB large.
The chunks are stored in the temp folder – until all chunks have been uploaded. 
At that time – the plugin will combine all the chunks into one file again.

Pro tip: You can override the maximum upload size by defining the `WPAWESOME_UPLOAD_LIMIT`
constant.

    ```
    define('WPAWESOME_UPLOAD_LIMIT', '10000000'); // 10 MB upload limit
    ```

Pro tip 2: Disable the context menus in your wp-config.php file like this:

    ```
    define('WPAWESOME_DISABLE_HUGE_UPLOADS', true);<h3>3 * Esc to login</h3>
    ```

Clicking ESC three times, when you’re not logged in – will take you directly to 
the login page. This way, you won’t have to remember the URL of the page that prompted
you to login. You’ll be there instantly after login, and then you can right click
the article (or widget or comment) to edit it.

Pro tip: Disable the context menus in your wp-config.php file like this:

    ```
    define('WPAWESOME_DISABLE_FAST_LOGIN', true);<h3>Contribute</h3>
    ```

#### Module Authors

The plugin can be easily extended by adding a filter `add_filter( 'wpa_context_menu','
my_context_menu', 10, 2)`. The `function my_context_menu` must accept $menu and 
$items arguments. $items is inspected to detect which element the user clicked. 
You can look at tag names, class names, element ids and more. If you want to add
menu items, you’ll simply modify the $menu array structure to add your own choices.

The best way to contribute, is if your module or theme integrates with HUEAM or 
if you contribute a patch. Patches should fix bugs, improve the user experience 
or add features. Please don’t provide patches that make WP Awesome support other
modules, unless that other module is extremely popular.

There’s a [GIT repository and wiki](https://bitbucket.org/wpmotor/wpawesome) too
if you want to contribute a patch, a translation, provide bug reports or in any 
other way contribute.

#### Translators

The plugin currently has very few translatable strings, but there are a couple. 
If you want to contribute with translations there are two ways:

 1. Send a pull request to our bitbucket repository, with your translation file in 
    the Languages/ folder.
 2. Upload your pot-file to https://bitbucket.org/wpmotor/wpawesome/issues/new and 
    mark it as a proposal. We support translation files, but have only a very few translations
    available at the moment.

### Recommended Settings

There are no configuration needed to use this plugin. Just install it, and you are
ready. Setting defaults can be configured in wp-config.php, and they can be overridden
in the WP Awesome options panel.

## Zrzuty ekranu

 * [[
 * Right click to edit a post
 * [[
 * Right click to edit widgets
 * [[
 * Set upload limit, without worrying about php.ini or .htaccess file changes.
 * [[
 * Upload limit is instantly updated, without reloading the web server.
 * [[
 * Supports any custom post type, such as WooCommerce products.
 * [[
 * Intelligently detects the content you’re clicking, to display a very useful context
   menu.

## Recenzje

![](https://secure.gravatar.com/avatar/7d4e6978df89809d15df65aac619677de2180d4e0ec5a613aece7c9e7103324d?
s=60&d=retro&r=g)

### 󠀁[Requires code to configure](https://wordpress.org/support/topic/requires-code-to-configure/)󠁿

 [J.D. Grimes](https://profiles.wordpress.org/jdgrimes/) 2017-04-23

As far as I can tell, this is the only plugin for WordPress that allows chunked 
uploads, thus bypassing upload limits. Unfortunately, it also bundles some other,
unrelated features that I do not need. Also, it limits the upload size to 95MB by
default, and the chunk size to 1.9MB. It does not allow these settings to be overridden
via the admin screen, you have to add code to your wp-config.php file: define( '
WPAWESOME_UPLOAD_LIMIT', '200MB' ); define( 'WPAWESOME_HUGE_UPLOAD_CHUNK_SIZE', '
50MB' ); However, the chunked upload feature appears to work well, and is useful
for sites running on Cloudflare that need to bypass it’s 100MB upload limit.

 [ Przeczytaj 1 recenzje ](https://wordpress.org/support/plugin/wp-awesome/reviews/)

## Kontrybutorzy i deweloperzy

„HUEM: Huge Upload Enabler, mostly” jest oprogramowaniem open source. Poniższe osoby
miały wkład w rozwój wtyczki.

Zaangażowani

 *   [ frodeborli ](https://profiles.wordpress.org/frodeborli/)

[Przetłumacz wtyczkę “HUEM: Huge Upload Enabler, mostly” na swój język.](https://translate.wordpress.org/projects/wp-plugins/wp-awesome)

### Interesuje cię rozwój wtyczki?

[Przeglądaj kod](https://plugins.trac.wordpress.org/browser/wp-awesome/), sprawdź
[repozytorium SVN](https://plugins.svn.wordpress.org/wp-awesome/) lub czytaj [dziennik rozwoju](https://plugins.trac.wordpress.org/log/wp-awesome/)
przez [RSS](https://plugins.trac.wordpress.org/log/wp-awesome/?limit=100&mode=stop_on_copy&format=rss).

## Meta

 *  Wersja **1.0.1**
 *  Ostatnia aktualizacja **9 lat temu**
 *  Włączone instalacje **20+**
 *  Wersja WordPressa ** 4.6 lub nowszej **
 *  Testowano do **4.7.33**
 *  Język
 * [English (US)](https://wordpress.org/plugins/wp-awesome/)
 * Tagi
 * [context menu](https://pl.wordpress.org/plugins/tags/context-menu/)[right click](https://pl.wordpress.org/plugins/tags/right-click/)
   [upload limit](https://pl.wordpress.org/plugins/tags/upload-limit/)[usability](https://pl.wordpress.org/plugins/tags/usability/)
 *  [Widok zaawansowany](https://pl.wordpress.org/plugins/wp-awesome/advanced/)

## Oceny

 3 na 5 gwiazdek.

 *  [  0 recenzji 5-gwiazdkowych     ](https://wordpress.org/support/plugin/wp-awesome/reviews/?filter=5)
 *  [  0 recenzji 4-gwiazdkowych     ](https://wordpress.org/support/plugin/wp-awesome/reviews/?filter=4)
 *  [  1 recenzja 3-gwiazdkowa     ](https://wordpress.org/support/plugin/wp-awesome/reviews/?filter=3)
 *  [  0 recenzji 2-gwiazdkowych     ](https://wordpress.org/support/plugin/wp-awesome/reviews/?filter=2)
 *  [  0 recenzji 1-gwiazdkowych     ](https://wordpress.org/support/plugin/wp-awesome/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/wp-awesome/reviews/#new-post)

[Zobacz wszystkierecenzje.](https://wordpress.org/support/plugin/wp-awesome/reviews/)

## Zaangażowani

 *   [ frodeborli ](https://profiles.wordpress.org/frodeborli/)

## Wsparcie

Masz coś do dodania? Potrzebujesz pomocy?

 [Zobacz forum wsparcia](https://wordpress.org/support/plugin/wp-awesome/)