Javascript – How to delete uploaded files automatically after 2 days
I have a chat application where users send files to each other. Each file must be deleted after 2 days. For this purpose, I recursively check all the files every 4 hours and delete those that have been created for…