I have created server program which will send an image file to the client. My program works fine if the image is of 512 byte. But it does nit work fine for large file.
In this case i am not getting the exact image that i am supposed to get. means my recovered image is in some improper manner. So how to solve this problem
I am using java socket channel and java nio in server while simple socket in client side.
Thanks Sunil