Tagged Questions

2
votes
1answer
127 views

What is the best way to read the uploaded files from Request.Files, StreamReader or BinaryReader or BufferedStream?

I have a form where the user can upload multiple files. I am using MVC 2.0 and in my controller I need to call a webservice that is a common import interface requires the files to passed in as byte[]. ...