Thursday, April 18, 2013

to submit html form with file attachment to a httphandler

<form id='myhtmlform' name='myhtmlform' method='POST' enctype='multipart/form-data' action='MyHTTPHandler.ashx'>

No comments:

c# httpclient The remote certificate is invalid according to the validation procedure: RemoteCertificateNameMismatch

 If we get this error while trying to get http reponse using HttpClient object, it could mean that certificate validation fails for the remo...