When I am uploading a Word file from the client machine to the server, before overwriting the file on the server, I am checking for the last time each of the two files were modified. If the file being uploaded is older than the one on the server, I don't want the upload to happen.
The problem is that the file that is being uploaded seems to be copied to a temporary location by PHP, and in the process this changes the modified time of the file to the current time on the server. Is there any way I could get the modified time from the Word file on the client machine? _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]