Multiple upload alone
Component ID
1192546
Component name
Multiple upload alone
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Downloads
361
Component created
Component changed
Component body
This module allows to upload a single zip file and save the contained files into Drupal as node attachments, discarding the original file.
Features
- Upload a single archive file (zip) containing many attachments to a node.
- Works on node creation or node update.
- Files are alphanumerically sorted (asc) on upload.
- Files will be retrieved inside all directories within archive (unzip -j).
Requirements
- PHP 5
- PHP Zip extension or alternatively unzip command available via exec()
- Transliteration
- Upload element
