Posts by jonathan • 1 point
1 post
-
-1
votes1
answer220
viewsQ: Save user profile photo when reloading to chat system using socket
I developed a Java chat using sockets where you have to choose a profile photo after logging in. My question is: How would I save this photo chosen by the user and reuse it in a future login? In the…