How to get the modifcation date of an uploaded file



When a file is on your server you can use filemtime to get the
modification datetime. But I want to know the modification datetime of
a file that is uploaded. After it is uploaded the creation,
modification and access datetime is modified to current time. I want to
know the modification datetime before or during upload. I don't think
it is possible to this with $_FILES.

Pugi!

.



Relevant Pages

  • Re: How to get the modifcation date of an uploaded file
    ... But I want to know the modification datetime of ... After it is uploaded the creation, ... modification and access datetime is modified to current time. ... know the modification datetime before or during upload. ...
    (alt.php)
  • Re: lastModified from file on clientside
    ... clientside. ... I use a form, the forms does an upload of a file, but after the upload ... the modification datetime is changed. ... You cannot do that with the default security settings. ...
    (comp.lang.javascript)
  • lastModified from file on clientside
    ... I would like to get the lastModified datetime from a file on the ... clientside. ... I use a form, the forms does an upload of a file, but after the upload ... the modification datetime is changed. ...
    (comp.lang.javascript)