File download
ASP.NET
3
Posts
3
Posters
0
Views
1
Watching
-
How to download multiple files in single HttpResponse.. like Save attachment option in outlook. Regards Radhakrishnan G.
-
How to download multiple files in single HttpResponse.. like Save attachment option in outlook. Regards Radhakrishnan G.
-
How to download multiple files in single HttpResponse.. like Save attachment option in outlook. Regards Radhakrishnan G.
as Guffa said you cannot send multiple files in single response. if you want bit complex solution then, you can add a "Download All" link, and when user click on it. you can zip all the files on the server for that mail and send the .zip file to user. Yahoo Mail is doing the same way.