When uploading file, is that possible to get the create time of the file when uploading file using asp.net FileUpload control?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No, the creation time of the original file is not sent along in the upload.
To get the creation time you would need to run a component (Flash/Java/ActiveX/Silverlight) in the browser to get access to the client file system.