5
Answers

download multiple files

Photo of Debopriyo Dey

Debopriyo Dey

7y
1.3k
1
I have a gridview cosisting of a list of file names and against each file name i have a check box.
 
how to download each files which are checked in its original format.
 
i tried zipping the files but the problem is that i am using ASP.NET 4. So "ZipFile" is not available.
 
 
how can i download all the checked files in their original type. 

Answers (5)