...download and compare it? I was thinking some client side script could calculate the file's SHA1sum, store it in a variable which is passed to the PHP script with post and then after the download is complete, return the SHA1sum of the downloaded file by having php execute a shell command.
Is this easy? If so, what should i use on the client side, and what should I use on the server? I want it to be automatic / user-transparent.
Is this easy? If so, what should i use on the client side, and what should I use on the server? I want it to be automatic / user-transparent.