- Issue created by @dabley
It would be useful if this module could support private file storage, so that the unzipped files can be subject to Drupal's access control mechanisms.
Add a zip file field to a content type, and specify the Upload Destination as "Private Files". (And configure the Private Files directory if necessary.) Upload a zipped file. The resulting unzipped files are not accessible to any users (not even administrator).
For files in the private storage directory to be accessible they need to be correctly set up as managed files. It seems that there will need to be an extra entity field to keep track of the unzipped files (e.g. field_unzipped_files), and for each of the unzipped files, there needs to be the following in the database:
In outline, these can be set up using:
Implement the code. Test.
none
none
none
Active
1.1
Code