Greetings,
I am trying to find an example of using the winsock control to PUT a file out on my server. I am familiar with GETting a file but I am not sure of PUT. So far I have connected and sent the request to PUT. I see then that the SendProgress, SendComplete and Close events then fire in that order. I tried doing a SendData after the PUT request which generates no errors but still no file on the server.
Can anybody give me an example.
I am trying to find an example of using the winsock control to PUT a file out on my server. I am familiar with GETting a file but I am not sure of PUT. So far I have connected and sent the request to PUT. I see then that the SendProgress, SendComplete and Close events then fire in that order. I tried doing a SendData after the PUT request which generates no errors but still no file on the server.
Can anybody give me an example.