Hi,
This component comes with a cleanup timer. It deletes files exceed the expiry time. Let's say the expiry time is 30 mins. We have met some cases that the user uploaded files and let them sitting there for more than 30mins before they submitted them. In those cases, the files had been deleted from the UploadedFile table. We couldn't retrieve the files.
I am wondering if there is any way we can prompt the user if the files have expired when they submit them. Thanks.
Hello Sandy,
You can always increase the expiry time from the site property. Otherwise, you can create your own timer that regularly checks for the file CreatedDateTime and if it exceeds the 30 min (or the site property) threshold you can notify the users and maybe update the date in the database by some extra time.
Hope it helps.
Regards,
Bogdan