I am implementing a file upload tool via FTP on the web, I use the input type file .
POST is done via JavaScript, but I wanted to know how do I know when the source file was created.
Ex: file.exe created in 2016 is this the value I want and not the value that goes in temp is it possible to fetch the date with JavaScript after selecting the file? Before using Curl to upload the file?