Per Jessen wrote:

> 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.
> 

pseudocode:

onclick="javascript:nnnnn(this)"

update field with local timestamp
submit form. 


/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