var file = document.getElementById("fileInput").files.item(0);
var last_modified = file.lastModifiedDate;