Downloading multiple files
Hello Everybody,
My user will select multiple files with checkboxes and click one button Download to download all the files in a specified folder. Is it possible to download all these files at once? I have no problem in downloading files one after another but the idea is user only needs to click the Download button once.
Thanks.
Re: Downloading multiple files
You can have PHP create an ad hoc zip file containing all the desired download files, and have the user download that. Don't know if there are any other (practical) solutions.