Search:

Type: Posts; User: syedbhai

Search: Search took 0.09 seconds.

  1. Re: an't get acknowledgement message from server side when image is received from client

    Hello.
    Can you just try sending and receiving of an image as a one complete byte array? You can skip ImageIO API.
    If things work okay then you can work on ImageIO API.

    Syed.
  2. Re: an't get acknowledgement message from server side when image is received from client

    Hello.
    Can you try sending some sample string first instead of an image?
    If everything works fine then the problem could be with ImageIO.

    syed.
  3. Re: an't get acknowledgement message from server side when image is received from client

    Hello.
    You made a mistake.
    Please remove that additional loop in the client as well.
    And remove the inner while loop on the server side.
    Again, don't keep any loop in the client code. ...
  4. Re: an't get acknowledgement message from server side when image is received from client

    java_monster,
    Do you know the behavior of loops? I believe yes.
    Do you know the behavior of reading from sockets and reading from files? I believe no.
    In your client code you are having a...
Results 1 to 4 of 4