Hi. I'm using the attached code to combine multiple zip files into a single zip files. When adding a zip file to
download_proc.txt (1007 Bytes)zip file, uncompressed versions are added as well.
Final output : Main.zip has 1.zip,1.xml,1.jpg,2.zip,2.xml,2.jpg ( 1.zip has 1.xml and 1.jpg, 2.zip has 2.xml and 2.jpg)
Expected output : Main.zip should have only 1.zip and 2.zip.
Please help me fix this.