Peter
I have a unzip issue I hope you can assist with.
If a zip file is uploaded with the unzip checked and the first 45 characters of the filenames (within the zip) are common across multiple files, only the last file for each name is loaded. It is also type dependent. If you have two files with the the first 45 characters common that are ".doc" files and two files with the same first 45 characters that are ".pdf" files, it will load the latest of each filetype.
The filenames being used are:
"45commoncharacters.doc"
"45commoncharacters.pdf"
"45commoncharacters_2.doc"
"45commoncharacters_2.pdf"
ie. the"_2" at the end of the 45 characters is the only difference.
The files loaded are the last two with the "_2" in the name. The first two filenames can then be uploaded manually (as single files) without any issue.
I do not know where the cutoff is but the problem doest exist if I insert a different character at 29.
The version being run is 5.00.02. I have looked at the release notes for later versions to check this wasnt already addressed so hopefully I didnt miss it.
Stephen