Click here to Skip to main content
15,909,953 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to develop a wcf program in which through wcf service I want provide load and unload service which load files from server to client and unload files from client to server. I am new at wcf and now I don't know how to start the work. files sending in local network like a network in a company and should capable of sending multi files. one more thing those files maybe huge like 1GB or more. it is not web program.

could anyone provide information or article ?
thanks in advance!
Posted

1 solution

If you are going to send large files via a WCF service, you need to go with Streaming Message Transfer[^]. Here[^] is another MSDN link that deals with large data and WCF services

Hope this helps
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900