Writing FileStream to Disc [Resolved]
Hello,
This is probably a simple enough question.
I want to transfer a file from a server computer to a client using remoting. Which type should I use for the file in the remotable class? I'm comfortable with remoting, however I'm not entirely familiar with FileStreams etc.
Should I even use a FileStream, or should I pass the file as a string? How do I write a FileStream to disc?
Thanks in advance for your help, I haven't had much luck trying to work this out myself.
Justin.
:)