0

Html File:

<label class="import-file">
   <input type="file"  accept=".doc,.pdf" hidden required>
</label>

Thanks in advance.

KeLiuyue
  • 8,149
  • 4
  • 25
  • 42
Arun Kumar
  • 1,449
  • 1
  • 17
  • 33

1 Answers1

0

To get the modified date:

let modifiedDate= file.lastModifiedDate;
Houssem Romdhani
  • 332
  • 1
  • 11