PHPackages                             doublemcz/nette-plupload - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [File &amp; Storage](/categories/file-storage)
4. /
5. doublemcz/nette-plupload

ActiveLibrary[File &amp; Storage](/categories/file-storage)

doublemcz/nette-plupload
========================

1.0.2(10y ago)092[3 issues](https://github.com/doublemcz/nette-plupload/issues)BSD-3-ClauseJavaScriptPHP &gt;=5.3.0

Since Jan 30Pushed 10y ago1 watchersCompare

[ Source](https://github.com/doublemcz/nette-plupload)[ Packagist](https://packagist.org/packages/doublemcz/nette-plupload)[ RSS](/packages/doublemcz-nette-plupload/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (2)Versions (4)Used By (0)

Nette Plupload
==============

[](#nette-plupload)

Nette Plupload can be installed over [composer](https://getcomposer.org/download/).

#### Installation

[](#installation)

```
composer require doublemcz/nette-plupload

```

Copy folder 'public' from 'src' dir to your www folder and set right path in links in HTML document.

#### Usage

[](#usage)

##### Add to @layout.latte

[](#add-to-layoutlatte)

Put includes to your html. Package needs jQuery to work

```

```

NettePlupload is automatically initialized by event in jquery.nette.plupload.js

##### In Presenter

[](#in-presenter)

```
public function createComponentUploadForm($name)
{
	$form = new \Doublemcz\NettePlupload\Form($this, $name);
	$form->addPlupload('plupload');
	$form->addSubmit('submit', 'Send form');
	$form->onSuccess[] = [$this, 'onSuccess'];

	return $form;
}

public function onSuccess(Form $form)
{
	$files = $form->getValues()->plupload;
	foreach ($files as $file) {
	  // work with uploaded file
	}
}
```

##### In latte

[](#in-latte)

```
{form uploadForm}
  {input plupload}
  {input submit}
{/form}

```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~167 days

Total

3

Last Release

3790d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f295c6fda895138b6dffe93b9dadced9f1b4e6da88ab317dcdd836a8414bf3e2?d=identicon)[doublem](/maintainers/doublem)

---

Top Contributors

[![doublemcz](https://avatars.githubusercontent.com/u/2649184?v=4)](https://github.com/doublemcz "doublemcz (11 commits)")

### Embed Badge

![Health badge](/badges/doublemcz-nette-plupload/health.svg)

```
[![Health](https://phpackages.com/badges/doublemcz-nette-plupload/health.svg)](https://phpackages.com/packages/doublemcz-nette-plupload)
```

###  Alternatives

[knplabs/gaufrette

PHP library that provides a filesystem abstraction layer

2.5k39.8M123](/packages/knplabs-gaufrette)[google/cloud-storage

Cloud Storage Client for PHP

34390.8M125](/packages/google-cloud-storage)[illuminate/filesystem

The Illuminate Filesystem package.

15261.6M2.6k](/packages/illuminate-filesystem)[superbalist/flysystem-google-storage

Flysystem adapter for Google Cloud Storage

26320.6M30](/packages/superbalist-flysystem-google-storage)[creocoder/yii2-flysystem

The flysystem extension for the Yii framework

2931.7M62](/packages/creocoder-yii2-flysystem)[flowjs/flow-php-server

PHP library for handling chunk uploads. Works with flow.js html5 file uploads.

2451.6M15](/packages/flowjs-flow-php-server)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
