How do I get the last modified timestamp of an uploaded file in Dash's Upload component

Is there any way by which I could get the last modified timestamp of an uploaded file in Dash’s Upload component. I know there are means to get the uploaded file type. But what I need is the last modified timestamp of the uploaded file.

@kmrambo there is a prop called last_modified in upload https://dash.plot.ly/dash-core-components/upload