Situation :
- An application sends periodically a file to an endpoint (i can change the endpoint)
- I have an ASP.NET MVC application that needs to capture the files and do some processing
Question : - What kind of method do I use to capture all the files?
1. Some kind of listener
2 .public ActionResult Upload(HttpPostedFileBase file)
3. ...???