hi,
how can i upload files using Winsock with HTTP protocol? Please help. Thanks
Printable View
hi,
how can i upload files using Winsock with HTTP protocol? Please help. Thanks
This is how to figure it out.
Write a program that will accept a connection on a tcp port.
Have it connect out to whatever url the browser would be uploading a file to.
Then tell the browser to use your own ip as a proxy server.
You'll see everything that happens then.
- jamie