How to get the modifcation date of an uploaded file
Posted by Pugi! on 11/23/06 14:32
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.