G
Gomez
Can I use remoting for file transfer?
If so is there any limitation on the files being transferred?
Regards
Gomez
If so is there any limitation on the files being transferred?
Regards
Gomez
Gomez said:Can I use remoting for file transfer?
Yes.
If so is there any limitation on the files being transferred?
Nicholas said:You ^could^ but I don't know that it's a good idea. Basically, you are
going to have to load the contents of the file into a byte array in memory
and then transmit it. I would use WCF instead and a streaming method (along
with an encoding that won't convert to text).