Hi.<br><br>I have a many to one client server DCOM relationship, and would like to exchange rather large amounts of binary data (stored locally in files on either side) between them. Is there an easy way to read the file into memory and send this data to the server in VC++? Or am I going to have to manually parse through the binary files, sending one chunk, and then another? If so, is there a language construct already out there for making this easy?<br><br>Thanks<br><br>