For example using the code found here: https://stackoverflow.com/a/62189458 I tried to change to this:
const file = new File([blob], fileName, { type: contentType, lastModified: 5000000 })
Looking at the image properties on explorer I still see the date modified is the same as the download date.
Is it possible to set the last modified date of an image file with JS? I think most people just want to read this data, but I actually want to set a custom last modified date. I searched for a long time, but did not find any solution, thanks.