Hi,
I am trying to create an asp.net web application which will upload a file ( local file from client ) to Server. I get the file from client as <input type="file"> and then send it to server using an ajax jquery post. I use multipart/form-data as the enctype for form. However my application isn't sending the file contents. I checked the request headers ( chrome developer tools ).