> Jon Westcot wrote:
> 
> >  Is there a way that I can intercept the click of the "Upload"
> >  button, have it update a field (probably a hidden one) with a
> >  date/time stamp, and then have that value included in the $_POSTed
> >     values?  
> 
> Sure, javascript is the answer.

But don't forget to send a server timestamp within the form. Just for the case
that server time and client time may differ in some minutes (or even timezone).

So on clientside, you just ADD the amount of time between initial display and 
submit.

Or am I wrong?!


so far
Rob

> 
> 
> /Per Jessen, Zürich

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to