I want to know if its possible to send a file to a generic handler in c#, and generate some kind of response. For example: post a .txt file to the handler. The handler check if a textfile is submitted and then converts it to json as response. Hope you get the idea. Thanks
Share
You can write your handler like this:
for
Request.Filesstuff read Scott Hanselman’s this post