![]() |
Sergey Kornilov admin 12/8/2010 |
This behaviour is by design. Button's PHP code is executed behind the scene via AJAX and you cannot use readfile() there. |
S
|
sgchan author 12/8/2010 |
Please correct me if I am wrong. Using View As - File only allows the downloading of one document at a time - not multiple at one go. So that's not quite what I want. |
S
|
sgchan author 12/9/2010 |
I've hijacked the <table>_export.php file, specifically the ExportToCSV function. Since it was passing the array of selected records, I decided it would be an ideal place to ZIP up attached files. |