Hi all,
I'm running Subsonic 3.6 under Ubuntu 8.04 and discovered the following problem with unpacking uploaded files.
Subsonic unpacks the files with the following name
<ZIP NAME>\<FILE NAME>
which is fine is you are using windows as it will put all file names in a directory with the same name as the ZIP, this just creates a bunch of files in the upload directory as indicated above. It should be unpacking them as <ZIP NAME>/<FILE NAME> to create the sub directory.
I dont think that I've made a stupid error here but please feel free to point out if I have and consider the issues for the next release...
Thanks
RP