How long do uploaded files stay in the tmp folder in Linux Ubuntu?
- by Jean-Nicolas Boulay Desjardins
I am building a web application where my users will be able to upload files. After the files are uploaded I need to send the files to two other servers, and after they will be deleted from the server where they were just uploaded to.
I am wandering is it a good I idea to keep the uploaded files in the tmp/ folder the time the uploaded files are…