Posted by d on 11/18/96 11:41
"Daniele Baroncelli" <ubimmc93@libero.it> wrote in message
news:du8ld3$2f2$1@newsreader.mailgate.org...
> How can I get the original datestamp of uploaded files?
>
> The array $_FILES doesn't seem to contain the original date.
>
>
> Any solution?
The $_FILES tells you where the temp file is, so just use the filemtime() on
that file, and that will tell you when the upload happened.
>
> Daniele
Dave
Navigation:
[Reply to this message]
|