After PHPMAKER returns a list of 10 records containing image files, how can I make a ZIP of all 10 images and have the user automatically download them after searching?
Any help?
There is no built-in feature to download all files as zip, but you may create your own API action to receive primay keys of the records, find the files, and zip them by PHP.