PDA

Click to See Complete Forum and Search --> : Winsock


Renee
Feb 15th, 2001, 03:41 AM
hi,
how can i upload files using Winsock with HTTP protocol? Please help. Thanks

plenderj
Feb 15th, 2001, 06:29 AM
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