I need to build an application which accept a file posed from the client and process it and return the information to the client.
If doing using asp.net mvc structure, where to get started?
I need to build an application which accept a file posed from the client and process it and return the information to the client.
If doing using asp.net mvc structure, where to get started?
Check out this post from Scott Hanselman it's what got me started back in the preview days of MVC on how to do this.