How to get file creation date on browser using javascript or jquery

前端 未结 2 746
执笔经年
执笔经年 2021-01-23 00:49

I need to find out the file creation date and file last modified date while uploading the xls file, I have to do some calculation on this 2 dates.

By using below code I

2条回答
  •  攒了一身酷
    2021-01-23 01:39

    You can not get the creation date. Only the last modified date is available in file properties.

    source: http://forum.jquery.com/topic/jquery-file-creation-date-before-upload

    For PHP there is a thread here that provides answer: PHP: how can I get file creation date?

提交回复
热议问题