PHPackages                             flame/fileuploader-component - 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. flame/fileuploader-component

ActiveLibrary

flame/fileuploader-component
============================

Simple Nette component for uploading files via AJAX.

155PHP

Since Jan 20Pushed 13y ago1 watchersCompare

[ Source](https://github.com/flame-org/FileUploader-Component)[ Packagist](https://packagist.org/packages/flame/fileuploader-component)[ RSS](/packages/flame-fileuploader-component/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

FileUploader-Component
======================

[](#fileuploader-component)

Simple Nette component for uploading files via AJAX

\###Requires

- [Flame framework](https://github.com/flame-org/Framework)
- Twitter Bootstrap (recommend [submodule](https://github.com/jsifalda/twitter-bootstrap))

\###Usage **config.neon**

```
services:
	FileUploaderForm: \Flame\Components\FileUploader\FileUploaderFormFactory
	FileUploaderControl: \Flame\Components\FileUploader\FileUploaderControlFactory

```

**Presenter**

```
	/**
	 * @var \Flame\Components\FileUploader\FileUploaderControlFactory $fileUploader
	 */
	private $fileUploader;

	/**
	 * @param \Flame\Components\FileUploader\FileUploaderControlFactory $fileUploader
	 */
	public function injectFileUploader(\Flame\Components\FileUploader\FileUploaderControlFactory $fileUploader)
	{
		$this->fileUploader = $fileUploader;
	}

	...

	/**
	 * @return \Flame\Components\FileUploader\FileUploaderControl
	 */
	protected function createComponentFileUploader()
	{
		return $this->fileUploader->create();
	}
```

**Template**

```
{control fileUploader}

```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/25aa07e004e9743a4332fbcfd17628e92f82c6457916442530850183cf7c0bf3?d=identicon)[jsifalda](/maintainers/jsifalda)

---

Top Contributors

[![jsifalda](https://avatars.githubusercontent.com/u/1549390?v=4)](https://github.com/jsifalda "jsifalda (14 commits)")

### Embed Badge

![Health badge](/badges/flame-fileuploader-component/health.svg)

```
[![Health](https://phpackages.com/badges/flame-fileuploader-component/health.svg)](https://phpackages.com/packages/flame-fileuploader-component)
```

PHPackages © 2026

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