I was wondering - could you use this to create a dynamically produced zip pack of items?
for example, you have a website with a bunch of albums / songs on it. If you want to make them available to people, you could show a list of songs each displayed as weblog entries, and checkboxes next to each.
the user then checks each song they want to download, hits a submit button and it selects each .mp3 song and bundles em together and makes available as a .zip file to download?
I know this is a slightly bizarre example, I’m just trying to get my head round its capabilities.
Also, how does it manage folder / duplicates as it zips things together? eg you want:
song x on album 1 by radiohead
song y on album 1 by radiohead
song z on album 2 by radiohead
and the files are ordered in a typical artist > album > songs structure on your site.
as it adds them can it keep the file structure so the user will end up with a zip with:
radiohead
> album 1
> song x
> song y
> album 2
> song z
or does it just grab each file and put them in the same folder:
radiohead
> song x
> song y
> song z
Only asking as I’m thinking about using MX zip for a little project i’m plotting at the mo and wondered how flexible it is… being able to maintain folder structure would be vital, being able to condense various files within the same directories without duplicating the folders would be perfect!... and no its not for filesharing radiohead mp3s!!!
Thanks,
Andy