How to retrieve the modified time of an UploadedFile?

I am trying to retrieve the modified time on a file that was uploaded through st.file_uploader

UploadedFile(id=2, name=‘HQ-to-DR-VMS.csv’, type=‘text/csv’, size=21810)

Is there any way to get to know the modified time of the uploaded file?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.