This is my case: A user uploads a .rar file containing multiple files.
The .rar file is shown and downloadable.
But how to implement a function on the front end that would show the .rar file to be downloaded with a link (the whole file) and then all child files in the .rar could be shown for download also (one at a time)?
Here is what the output would look like on the front end:
These files are available for download:
-[link]raredfile.rar (linked to download: the whole rar file)
-[link]file 1 (linked to download: file 1 in the .rar file)
-[link]file 2 (linked to download: file 2 in the .rar file)
Is is possible? If so could you give me some pointers what to use and how?
Thank you for answering.
Regards.