Re: Using POST to send bitmap image with Java



Dave Miller wrote:
DataOutputStream out =
new DataOutputStream(connection.getOutputStream());
// use one of write methods of out

If the only type send is byte/byte[] then wrapping
in DataOutputStream should not be necesarry.

Arne
.