finding the date of an uploaded file
Posted: Wed Sep 07, 2005 6:11 pm
Is there a way to get the date of an uploaded file?
I want to extract the date a file was created when it's been uploaded to my site. Using stat() gets me nothing at all, and using filemtime and filectime both return me the date the file was uploaded, rather than its original datestamp.
Is what I'm trying to do even possible?
I want to extract the date a file was created when it's been uploaded to my site. Using stat() gets me nothing at all, and using filemtime and filectime both return me the date the file was uploaded, rather than its original datestamp.
Is what I'm trying to do even possible?