first the zip file filter works perfect, it tried to put several files from different types into one dir and cfdirectory gave me only the zip files, thanks for that
no I don't have permission to install anything.
so perhaps I have to think about a php workaround? perhaps a php document that extracts the zip files into the same directory and then opens my cfm...
I'm reading files of a directory into a list and then loop through it. with every loopcount I get one filename, then if it is a xlf file, I insert the data into my db. But if the file is...