Quote:
Originally Posted by .Nexitis
Thanks for the tip but i need it to work fast.
i need a method to compare the local and the remote file to avoid downloading the complete client over and over again.
|
"You could also put a version information somewhere on the page. It can be a simple, increasing, number. If the web-version is newer than the local one, just download the client."
Version in client= local variable f.e. int 3.
Webserver has version in remote file f.e int 4.
You check the version with your local client from the webserver.
When you load the client you compare local variable with that one from webserver. 4>3 = download client.