Posted by Sheldon Glickler on 09/08/07 03:35
I have a set of jpg files on a page. I want to give the user the option to
downloadd all of them at once. What is the code to do that? It must exist
because many times users are presented with a download button and there must
be something behind it. Even if it is one file at a time, I can loop
through the list. As for a name, I can use the current name and if it is
one at a time, then the user can name each one.
Alternatively, I could zip it up into one file and then have the download.
So, I have two questions:
1 - What is the code to download a file to the user's computer?
2 - How do I zip up a set of jpg files on the server?
Shelly
[Back to original message]
|