I am using drupal 7 and I want to upload a zip file and automatically extract it into multiple image fields on a node. The zip file contains images. Is there any way to do this?
I don't know of a way for Drupal 7 with a zip file (there is for Drupal 6). Can you not just upload multiple images unzipped? For example: https://drupal.org/project/multiupload_imagefield_widget https://drupal.org/project/filefield_sources_plupload (They all have some other dependencies, which are detailed on each page.)