I have an application to upload files to a server.
However, when the files are uploaded, the "Date Modified" changes to the current date/time.
Is there a way to preserve the date of the uploaded file? Or is there a way to change the Date Modified on the uploaded file?
The only answer I have found so far uses Java and dates back to 2006 CFFile and Last Modified Date. Is there a better way to do the same now?