Jun 7, 2005 #1 lenrobert Programmer Joined Feb 24, 2005 Messages 13 Location GB Does anyone know how to get the original date of an uploaded file in the CGI script? Thanks in advance, Robert
Does anyone know how to get the original date of an uploaded file in the CGI script? Thanks in advance, Robert
Jun 7, 2005 1 #2 ishnid Programmer Joined Aug 29, 2003 Messages 1,422 Location IE You can't. The file that's uploaded to you doesn't contain any filesystem information - just the file itself is sent. Upvote 0 Downvote
You can't. The file that's uploaded to you doesn't contain any filesystem information - just the file itself is sent.
Jun 7, 2005 Thread starter #3 lenrobert Programmer Joined Feb 24, 2005 Messages 13 Location GB Bad news. Thank you for your quick answer anyway. Robert Upvote 0 Downvote