by Luis Cantero (14 Submissions)
Category: Internet/HTML
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating:
(4 Votes)

This is a small example that shows how to upload files to a web server through HTTP Post using Winsock API, this is as low level and as dependency-free as you can get. It also includes an HTTP header class that makes it easy to add fields or files to be sent. You can use the included ASP upload script to test the program.