is there any way to transfer whole file in one go ( no matter how much big it is) through Win socket or TCP IP .
Don't give FTP solution i don't want that.In winsocket
File has to be broken up for sending data, but i don't want that , any way to send file in one go . Or any other third party control which can transfer file to server from client.
It should be like , client sends it to server , server should not pull it from client means it should be a client side solution .Any one can help . Any suggestion will be appreciated .

Chander