1.6.2releasedMulti Upload Field

Allows multiple files to be uploaded to the same field.

Clone URLhttps://github.com/symphonists/multiuploadfield.git

Add as a submodulegit submodule add https://github.com/symphonists/multiuploadfield.git extensions/multiuploadfield --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
NoNoNoNo1.41.41.6.21.6.21.6.21.6.21.6.21.6.21.6.21.6.21.6.21.6.21.6.21.6.2

Readme

Multi File Upload

Multi File Upload UI

This field enabled drag and drop upload of multiple file in the Symphony backend.

Installation

Version|Symphony Version --------|--------------- 1.4| 2.3.3 - 2.5.2 1.6| 2.6

  1. Add the /multiuploadfield folder in to your Symphony /extensions folder.
  2. Enable it by selecting the "Field: Multi File Upload", choose Enable from the with-selected menu, then click Apply.
  3. You can now add the "Multi File Upload" field to your sections.

Acknowledgement

The icons used by this extension were created by Daniel Bruce, http://www.entypo.com.

Version history

Symphony 2.6.0 to 2.x.x

  • #36 Fixes for meta data and empty files

Symphony 2.6.0 to 2.x.x

  • Fix for Symphony 2.6.7+ (#33) with proper implementation of buildSortingSQL and prepareReadableValue

Symphony 2.6.0 to 2.6.x

  • Added upload visual feedback
  • Bug fixes

Requires Symphony 2.6

  • Updates for Symphony 2.6
  • Added file extensions to the XML output

Symphony 2.3.3 to 2.5.x

  • #21 Sanity checks to ensure data is an array
  • #18/#20 Handle partial deletions/additions of files
  • #12 Allow error messages to be displayed in the publish panel

Requires Symphony 2.3.3

  • Style fixes for Symphony 2.4

Requires Symphony 2.3.3

  • Fixed path issues

Requires Symphony 2.3.3

  • Fixed inline errors
  • Added German translation

Requires Symphony 2.3.3

  • Initial release