Hi,
That's quite easy:
1) either load the file into a char buffer and attach it to the message
(with a variable)
2) or create a class that represents the file and define a variable with
the type of the class in the message.
So, conceptionally you cannot "just" send a file between nodes. You must
use some technique/protocol like e.g. ftp. And such a protocol uses
packets (messages) to transfer data between nodes.
I hope that helps,
Hoda schrieb: