I inherited a PHP program that allows users to download daily PDF/TIFF files onto their machine using the PHP/Javascript Extplorer plugin. Currently the files are downloaded individually by selecting the file and then downloading the file. This has become somewhat tedious for some customers who would like to select a set amount of files and then click download to collect them all at once. Is there a way to do so?
You can select multiple files by the well known Ctrl + Click; however, when you click download it only retrieves the first file that was selected.
I have dug into application.js.php and found where certain options are disabled or enabled based on the file selection count but cannot seem to grasp as to why only the first one is downloaded for selections greater than one.
Thank you in advance for your efforts.
Edit: Almost 2 weeks later, has anyone ever worked with the Extplorer plugin and or know of a solution if any? Thanks.