1.2.1releasedField: Zip Upload

A file upload that unzip zips.

Clone URLhttps://github.com/DeuxHuitHuit/zip_upload.git

Add as a submodulegit submodule add https://github.com/DeuxHuitHuit/zip_upload.git extensions/zip_upload --recursive

Compatibility

2.x.x2.1.x2.2.x2.3.x2.4.x2.5.x2.6.x2.7.02.7.12.7.22.7.32.7.42.7.52.7.62.7.72.7.82.7.92.7.10
NoNoNoNoNoNo1.2.11.2.11.2.11.2.11.2.11.2.11.2.11.2.11.2.11.2.11.2.11.2.1

Readme

Zip Upload Field

A file upload that unzip zips

REQUIREMENTS

  • Symphony CMS version 2.6.0 and up (as of the day of the last release of this extension)

INSTALLATION

  • git clone / download and unpack the tarball file
  • Put into the extension directory
  • Enable/install just like any other extension

You can also install it using the extension downloader. Just search for zip_upload.

For more information, see http://getsymphony.com/learn/tasks/view/install-an-extension/

HOW TO USE

  • Use it like the core file upload. It will create a directory in which the zip will be unzipped.
  • This directory is included in data source uploads.

LICENSE

MIT

Made with love in Montréal by Deux Huit Huit

Copyright (c) 2016

Version history

Symphony 2.6.0 to 2.x.x

> - Fix a typo that prevented the files to be listed

Symphony 2.6.0 to 2.x.x

> - Add an error message when destination fails

Symphony 2.6.0 to 2.x.x

  • Allow the zip_upload to use a hidden directory

Symphony 2.6.0 to 2.x.x

  • Fix a fatal crash if directory structure is null

Symphony 2.6.0 to 2.6.x

  • Fixed a critical bug where the whole destination folder could get deleted

Symphony 2.6.0 to 2.6.x

  • First release