vote up 0 vote down star

I'm new to .net remoting,i done few sample applications on .net remoting.i can easily get a file from the server through the remote object but i dont know how to send a file to the server side ,if it is possible through a interface means how to design it.give me some suggestions and links ,it will be useful for me to drive in the right direction

flag

1 Answer

vote up 1 vote down check

You must implement this behavior. The client reads the file and sends the bytes. The server receives the bytes and writes the file. There is more to it, but that is the basics of what you will need to do.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.