zucchi / uploader
Zucchi ZF2 Module to interface with PL Uploader
Installs: 46
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 3
Open Issues: 1
Language:JavaScript
Requires
- php: >=5.4.1
- zucchi/archive: dev-master
- zucchi/zucchi: dev-master
This package is not auto-updated.
Last update: 2024-11-09 13:56:15 UTC
README
Module to provide integration of PLUpload (http://www.plupload.com/)
Installation
From the root of your ZF2 Skeleton Application run
./composer.phar require zucchi/uploader
This module will require your vhost to use an AliasMatch
AliasMatch /_([^/]+)/(.+)/([^/]+) /path/to/vendor/$2/public/$1/$3
Roadmap
- Create view helper to utilise Queue Widget