Click here to Skip to main content
15,899,679 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
When user opens a downloaded file, It should allways hit the server and get the latest file from the server. File what ever we downloaded from server should not open if the file not present in server of the client machine does not have internet explorer.

Please suggest me on this and how can i proceed further.

Thanks in advance,
srikanth
Posted
Updated 17-Apr-12 0:37am
v2
Comments
OriginalGriff 17-Apr-12 3:04am    
[edit]This is not a good question - we cannot work out from that little what you are trying to do.
Remember that we can't see your screen, access your HDD, or read your mind.
Use the "Improve question" widget to edit your question and provide better information. - OriginalGriff[/edit]
senguptaamlan 17-Apr-12 7:21am    
It will be great if you can explain the issue a bit more details...
sreekanthrao 17-Apr-12 8:16am    
hi senguptaamlan,
file get downloaded in to my system. When I opens the file from my client system, it should contact the server and should get the latest file from server. If the server is down or my internet is down, then my file should not get open. Please provide some inputs.
S@53K^S 17-Apr-12 10:31am    
I guess the information people are looking for is
What you are trying to do ?
What is the error/exception you are getting ?
It would be good if you provide what type of file you are downloading
SASS_Shooter 23-Apr-12 12:25pm    
Based on what little you have provided, it sounds like you are writing code that is equivalent to what viruses do. You would have to 'hook' into the operating system to know when someone is opening a file, verify it is the type of file you want, then do your thing on the web server. This, IMHO, is a bad idea!

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