Got a .NET/C# question...
I need to parse some input post data thats in a \"multipart/form-data\" format to extract the passed username and password. Anyone know how to
Could you not post to a regular ASP.NET page (perhaps an ashx/handler, or MVC) and just use Request.Form? This supports multi-part.
Request.Form