PHPackages                             johnny13/li3\_uploadable - 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. johnny13/li3\_uploadable

ActiveLithium-library

johnny13/li3\_uploadable
========================

This plugin will upload files via HTTP POST uploads only since it relies on $\_FILES to get the source path.

073PHP

Since Sep 18Pushed 11y ago1 watchersCompare

[ Source](https://github.com/johnny13/li3_uploadable)[ Packagist](https://packagist.org/packages/johnny13/li3_uploadable)[ RSS](/packages/johnny13-li3-uploadable/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Upload files via $\_FILES in the Lithium framework
==================================================

[](#upload-files-via-_files-in-the-lithium-framework)

This plugin will upload files via HTTP POST uploads only since it relies on $\_FILES to get the source path.

Dependencies
------------

[](#dependencies)

[li3\_behaviors](http://github.com/jails/li3_behaviors) by @jails

Installation
------------

[](#installation)

Clone the code to your library directory (or add it as a submodule):

```
cd libraries
git clone git@github.com:housni/li3_uploadable.git

```

If you plan to use the [Imagine](https://github.com/avalanche123/Imagine) (by @avalanche123) strategy, you also need to do:

```
git submodule init && git submodule update

```

Include the library in in your `/app/config/bootstrap/libraries.php`

```
Libraries::add('li3_uploadable');

```

Configuration
-------------

[](#configuration)

```
