3
Answers

how to read HttpFileCollection

HttpFileCollection fileColl = Request.Files;
 

how can i get- how many files have processed from Request.Files to fileColl, if i am using some 1000s of files with 1 GB of approx size.

Answers (3)