avatar
February 21st, 2000, 12:32 PM
I am making a client server type application using the winsock control and would like to be able to transfer files via it. Could someone tell me where i can find the script to do this?? I have found a couple of examples but could never get them to work.
Cakkie
February 21st, 2000, 11:49 PM
You will need to send the file in little peaces(server-side) and then paste it back together(client-side). I'm currently working on one of these, I placed the code I have on the internet. You can download it at http://home.planetinternet.be/~aerts1/filesend.zip It is able to send files from the server to the client. Resuming files is currently still in development. So when your send, make sure the file does not exist client side, because the chance that it will be corrupt is big.
Tom Cannaerts
slisse@planetinternet.be
The best way to escape a problem, is to solve it.