1. In a button_Click. My application will copy files(.doc,.txt....) from server to client.

2. User might make some changes in files client side,.

3. In another event, the file will copy from client to server.

Prob:
My users, overwriting an old file in the client side with same file name and saving the file from client to server. How to restrict this??