2017 © Pedro Peláez
 

library uploader

Zucchi ZF2 Module to interface with PL Uploader

image

zucchi/uploader

Zucchi ZF2 Module to interface with PL Uploader

  • Thursday, May 9, 2013
  • by mattcockayne
  • Repository
  • 1 Watchers
  • 1 Stars
  • 46 Installations
  • JavaScript
  • 1 Dependents
  • 0 Suggesters
  • 3 Forks
  • 1 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

ZucchiUploader

Module to provide integration of PLUpload (http://www.plupload.com/), (*1)

Installation

From the root of your ZF2 Skeleton Application run, (*2)

./composer.phar require zucchi/uploader

This module will require your vhost to use an AliasMatch, (*3)

AliasMatch /_([^/]+)/(.+)/([^/]+) /path/to/vendor/$2/public/$1/$3

Roadmap

  • Create view helper to utilise Queue Widget

The Versions

09/05 2013

dev-master

9999999-dev https://github.com/zucchi/ZucchiUploader

Zucchi ZF2 Module to interface with PL Uploader

  Sources   Download

BSD-3-Clause

The Requires

 

library zf2 uploader