3
Answers

how to read HttpFileCollection

Ask a question
Ravi Shakya

Ravi Shakya

11y
3.4k
1
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)