File transfer: Client-Server Communication
Managed C++/CLI
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I'm new to Visual C++.Net and I'm trying to write a client-server application in which I want to transfer an image file [JPEG/BMP/GIF] from server to client. Right now, I've written a code which just transfers "String" type of data from client to server and vice versa. How should I move ahead with images? Thanks, Kranti