I have a program which needs to download multiple files at once. I can download a single file by using this single file download, but it doesn’t work for multiple.
How can one download multiple files at once in such as as zip file?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You need to pack files and write a result to a response.
You can use SharpZipLib compression library.
Code example: