Hi, I use the zipupload for images with the default unzip command, I think.
$config->uploadUnzipCommand = '/usr/bin/unzip -j -qq -n /src/ -x __MACOSX .* -d /dst/';
And everything works fine. Zip is uploaded, images are unzipped and added to the imagesfield.
Except the resulting sortorder in the imagesfield isn't fine.
If I have images like 001.jpg, 002.jpg, 003.jpg, ... I want to have this order with my imagesfield, but the images gets stored unorderd.
How can I get the images stored in (alpha) numeric order with zipupload?