zucchi/uploader

Zucchi ZF2 Module to interface with PL Uploader

Maintainers

Package info

github.com/zucchi/ZucchiUploader

Language:JavaScript

pkg:composer/zucchi/uploader

Statistics

Installs: 46

Dependents: 1

Suggesters: 0

Stars: 1

Open Issues: 1

dev-master 2013-05-09 09:20 UTC

This package is not auto-updated.

Last update: 2026-03-14 20:15:35 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