RE: [PHP] checking users have the latest version of a file

2004-02-19 Thread Chris W. Parker
[EMAIL PROTECTED] on Wednesday, February 18, 2004 5:18 PM said: > I dont understand what you are doing with the md5, and > > i assume YOU will know which file is the latest version. > > this is what i have to try and find out to prevent that. the md5 thing will ju

RE: [PHP] checking users have the latest version of a file

2004-02-19 Thread electroteque
I was considering my only last options is diff and filesize, but then i was thinking say the latest file is a size of 1mb, the copy of the users machine is 2mb but is still not in sync with the latest copy then . sorry to trouble you about this, i would have intergrated php with cvs viewer, but thi

Re: [PHP] checking users have the latest version of a file

2004-02-19 Thread Marek Kilimajer
[EMAIL PROTECTED] wrote: I dont understand what you are doing with the md5, and i assume YOU will know which file is the latest version. this is what i have to try and find out to prevent that. How could i check for date modified on an uploaded file ? Not possible. Uploaded files have modific

Re: [PHP] checking users have the latest version of a file

2004-02-18 Thread Jason Wong
On Thursday 19 February 2004 09:19, [EMAIL PROTECTED] wrote: > What i'm gonna ask is, would simply checking that the new file being upload > is larger than the latest file updated work ? Only if the latest version is always larger than the previous versions. -- Jason Wong -> Gremlins Associates

RE: [PHP] checking users have the latest version of a file

2004-02-18 Thread daniel
> I dont understand what you are doing with the md5, and > > i assume YOU will know which file is the latest version. > > this is what i have to try and find out to prevent that. > How could i check for date modified on an uploaded file ? -- PHP General Mailing List (http://www.php.net/) To unsu

RE: [PHP] checking users have the latest version of a file

2004-02-18 Thread daniel
> I dont understand what you are doing with the md5, and > > i assume YOU will know which file is the latest version. > > this is what i have to try and find out to prevent that. > >> [EMAIL PROTECTED] >>on Wednesday, February 18, 2004 3:42 PM said: What i'm gonna a

RE: [PHP] checking users have the latest version of a file

2004-02-18 Thread daniel
I dont understand what you are doing with the md5, and i assume YOU will know which file is the latest version. this is what i have to try and find out to prevent that. > [EMAIL PROTECTED] >on Wednesday, February 18, 2004 3:42 PM said: > >> Hi there i am developing

RE: [PHP] checking users have the latest version of a file

2004-02-18 Thread Chris W. Parker
[EMAIL PROTECTED] on Wednesday, February 18, 2004 3:42 PM said: > Hi there i am developing a collaboration filespace, i was wondering if > there is any way either using diff or filesize to check if users have > the latest version of a file before uploading their copy

[PHP] checking users have the latest version of a file

2004-02-18 Thread daniel
Hi there i am developing a collaboration filespace, i was wondering if there is any way either using diff or filesize to check if users have the latest version of a file before uploading their copy ? Let me know thankyou. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: ht