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 obfuscate email

 Use this code in C# to obfuscate email using regex // Online C# Editor for free // Write, Edit and Run your C# code using C# Online Compile...