The Dominant Programmer
Sep 10, 2020 · Backend Development
How to Send an Image from a Java Socket Client to a Server
This guide demonstrates a complete Java socket implementation that lets a client read an image file, stream its bytes over a TCP connection to a server, and have the server reconstruct and save the picture to disk.
JavaSocketclient-server
0 likes · 4 min read
