Copy Multiple File on Client Machine
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, i have multiple files on server. I want to Copy all files on Client Machine at once time. Now i am just using this code Response.Write("<script type=\"text/javascript\">window.open('download.aspx?f=" + path + "');</script>"); Its Save the file one by one on client machine and ask every time for save. But i want to save all files at once save click, ya copy all files in Client Machine at once Regards Raushan Kumar