Re: How to get the modifcation date of an uploaded file




Pugi! wrote:
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!

no you can't because to read the file it has to be uploaded to the temp
dir first on your server, can't see any solutions.. if you find one let
me know though. cheers.

Flamer.

.



Relevant Pages

  • 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)
  • How to get the modifcation date of an uploaded file
    ... When a file is on your server you can use filemtime to get the ... But I want to know the modification datetime of ... know the modification datetime before or during upload. ...
    (alt.php)