P
Pramod
Hi all,
I have created a chat application, and one of it's functionality to
send files to the connected user.
I read the contents of the files into a Byte array and send that
through sockets.
Now when i send a file of 150 kb size the file seems to be corrupted at
the receivers end.
some part of the file is not received.
Is there any restriction of size for sending files across internet
using sockets?
I am able to send small files without any problem.
When i run the same application locally, i am able to send huge files
of 3-4 MB easily.
Can anyone point out why this is happening?
I have created a chat application, and one of it's functionality to
send files to the connected user.
I read the contents of the files into a Byte array and send that
through sockets.
Now when i send a file of 150 kb size the file seems to be corrupted at
the receivers end.
some part of the file is not received.
Is there any restriction of size for sending files across internet
using sockets?
I am able to send small files without any problem.
When i run the same application locally, i am able to send huge files
of 3-4 MB easily.
Can anyone point out why this is happening?