PHPackages                             jaimevalasek/jv-upload - 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. jaimevalasek/jv-upload

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

jaimevalasek/jv-upload
======================

A generic Upload files module for ZF2.

160[1 issues](https://github.com/jaimevalasek/JVUpload/issues)PHP

Since Oct 3Pushed 12y ago1 watchersCompare

[ Source](https://github.com/jaimevalasek/JVUpload)[ Packagist](https://packagist.org/packages/jaimevalasek/jv-upload)[ RSS](/packages/jaimevalasek-jv-upload/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

JVUpload - JV Upload
====================

[](#jvupload---jv-upload)

Create By: Jaime Marcelo Valasek

Use this module to upload files.

Futures video lessons can be developed and published on the website or Youtube channel  -

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

[](#installation)

Download this module into your vendor folder.

After done the above steps, open the file `config/application.config.php`. And add the module with the name `JVUpload`.

### Pendencies modules

[](#pendencies-modules)

- To use the module you must also install the following modules:

JVConfig - JVEasyPhpThumbnail - JVMimeTypes -

### With composer

[](#with-composer)

1. Add this project and JVEasyPhpThumbnail + JVMimeTypes + JVConfig in your composer.json:

```
"require": {
    "jaimevalasek/jv-upload": "dev-master"
}
```

2. Now tell composer to download JVUpload by running the command:

`php php composer.phar update`

### Post installation

[](#post-installation)

1.Enabling it in your `application.config.php`.

```
