J
John W
Guest
...ZipArchive. Possible? The server is running PHP 5.2.x. The ZipArchive extension is not installed, and I cannot recompile PHP to install it on this server, (it's live and in use by several clients). I've been asked to generate several (20-30) text documents, and then serve them to the client in a single download. I don't have access to anything that doesn't come stock with a PHP installation, so I have the basic commands to read Zip files, but nothing to create them.
I don't know of any other way of serving multiple files at once. The client that will be downloading them won't understand how to open strange file types (bzip, tar, rar, gz, etc).
Is there any way to include multiple files in a 'package', or give them a folder somehow? I don't need any compression, I just need a one-click download.
I don't know of any other way of serving multiple files at once. The client that will be downloading them won't understand how to open strange file types (bzip, tar, rar, gz, etc).
Is there any way to include multiple files in a 'package', or give them a folder somehow? I don't need any compression, I just need a one-click download.