How to transfer a File in LAN, of filesize greater than 64KB
843790May 12 2010 — edited May 12 2010dear developers,
i m doing socket programming, and made a Server and a Client.
At serverside i need to read a file transferred by the client.
Client is first transmitting file info.
then client is reading a file in bytearray and streaming out at the socket
outputstream. but the problem is that i m unable to send file greater than 64KB
as it produces socket write error after transmitting initial 64KB data.
Plz help me.......to get rid of this.........many many thanx in advance......