Click here to Skip to main content
15,889,877 members
Please Sign up or sign in to vote.
3.40/5 (2 votes)
See more:
I have a server with more than 800 clients. i want a c# application or a windows/web service where i can upload a large data file in a server. the file should automatically get saved in a specified folder of all the 800 clients without any user interaction at client side.
Posted
Comments
Vi(ky 9-May-14 3:28am    
do you want to save file to all 800 client's folder ?
rahul55555 9-May-14 3:29am    
yes..
rahul55555 9-May-14 4:51am    
there is no user interface from client side. so the file should be automatically saved in all the clients
rahul55555 9-May-14 5:04am    
There is a service running at each client which will access the file from the specified path

1 solution

Perfect, go ahead and have fun coding.

Since you didn't ask any question, it is difficult to give you a better answer.

I strongly recommend you to read:
How to ask a question[^] and What have you tried?[^]
P.S. Written as solution to avoid this "question" to be in the unanswered list
 
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