Upload a file to your Web via HTTP. Now supporting binary files
This code uploads a file to an ASP script using http post. It can be used to automatically upload files without user interaction, e.g. when you want to publish some data to your Web site periodically.There are lots of code excerpts around describing the receiving side but the sending side is mostly an HTML page containing INPUT TYPE=”File”… Read More »