Search:

Type: Posts; User: ashi123

Search: Search took 0.07 seconds.

  1. Re: send image file from java to php broken pipe exception occured

    i have debug this application oos.write(buffer); this line makes the error i am using socket programming from connecting java and php.. this program send the image to php.


    full code


    /*...
  2. send image file from java to php broken pipe exception occured

    FileInputStream fis = new FileInputStream("/Users/ashida/test/Cross.jpg");
    byte[] buffer = new byte[fis.available()];
    fis.read(buffer);
    ...
Results 1 to 2 of 2