Get the creation date on the user's local machine

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Renaud256
Forum Newbie
Posts: 1
Joined: Tue Mar 10, 2009 9:58 pm

Get the creation date on the user's local machine

Post by Renaud256 »

Hello,
I need to get the creation date of a file being upload(not the date it is upload).

For example, user create a file on his local machine March 5th, he upload it on the website the December 10th, i want to get "March 5th"

Im guessing that it isnt possible since it would be a security issue but... doesnt hurt to ask ^^

Thank you for you time
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: Get the creation date on the user's local machine

Post by requinix »

Renaud256 wrote:Im guessing that it isnt possible since it would be a security issue but... doesnt hurt to ask ^^
You guessed right.
Post Reply