I have an Asp .Net MVC project, with a form in View that sends files to the Controller .
In control I retrieve the files as follows:
var myFiles = Request.Files;
I do not save the file, I just read the contents.
The question is: Wh...
asked by
10.07.2017 / 14:07