Question
CFFILE doesn't PRESERVE file dates: creation and modification. Is it a CF bug?
I upload file to server and I want to PRESERVE its creation
date and last modified date. I read the CFFILE attributes
description and expected TimeCreated and TimeLastModified would do
the work.
However, they return the date of file creation ON SERVER, because this date is really CHANGED.
So, how can I preserve ORIGINAL dates? Is it a CF bug? Where is parameter where I could indicate that I want to preserve dates?
However, they return the date of file creation ON SERVER, because this date is really CHANGED.
So, how can I preserve ORIGINAL dates? Is it a CF bug? Where is parameter where I could indicate that I want to preserve dates?