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:

Regex Email validation in c# dot net core

 Use this regex /^_?[a-zA-Z0-9]([a-zA-Z0-9]*[._+-])*[a-zA-Z0-9_]+@(?!-)[A-Za-z0-9-]{1,63}(?<!-)(\.(?!-)[A-Za-z0-9-]{1,63}(?<!-))*\.[A-...