All that's needed is to add this to the form api

  '#name' => "files[{$field_name}_zip][]",
  '#attributes' => array('multiple' => 'multiple'),

rewrite file_save_upload() to handle input instead of having $_FILES hard coded and only unzip zip files & let image files pass through.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mikeytown2’s picture

mikeytown2’s picture

Status: Active » Needs review
FileSize
10.77 KB

This does work, now I need to figure out what to do with the code... thinking new module.

mikeytown2’s picture

working with CCK 3 multi-groups as well.

mikeytown2’s picture

Status: Active » Fixed

This has been committed. Will create new issues for followup

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Issue summary: View changes

Updated issue summary.