Ravi Shakya

Ravi Shakya

  • NA
  • 21
  • 20.4k

how to read HttpFileCollection

Jun 26 2013 4:52 AM
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)