Posted By:
premkumar_santhanam
Posted On:
Wednesday, October 24, 2001 11:29 PM
i hava designed a simple server in java
which can get/send binary files from/to various clients. i send the file through byte array in batch of 1kb. if i increase the size of the byte array then i get the error broken pipe error in server side or peer connection cut in the client side.
is there any other way to upload a file
through the socket (not in jsp or servlet).